count_t typedef | os::rtos::semaphore | |
initial_value(void) const | os::rtos::semaphore | inline |
initializer_binary | os::rtos::semaphore | static |
max_count_value | os::rtos::semaphore | static |
max_value(void) const | os::rtos::semaphore | inline |
name(void) const | os::rtos::internal::object_named | inline |
object_named() | os::rtos::internal::object_named | |
object_named(const char *name) | os::rtos::internal::object_named | |
object_named_system() | os::rtos::internal::object_named_system | inline |
object_named_system(const char *name) | os::rtos::internal::object_named_system | inline |
operator delete(void *ptr, std::size_t bytes) | os::rtos::internal::object_named_system | inlinestatic |
operator delete[](void *ptr, std::size_t bytes) | os::rtos::internal::object_named_system | inlinestatic |
operator new(std::size_t bytes) | os::rtos::internal::object_named_system | inlinestatic |
operator new(std::size_t bytes, void *ptr) | os::rtos::internal::object_named_system | inlinestatic |
operator new[](std::size_t bytes) | os::rtos::internal::object_named_system | inlinestatic |
operator new[](std::size_t bytes, void *ptr) | os::rtos::internal::object_named_system | inlinestatic |
operator==(const semaphore_binary &rhs) const | os::rtos::semaphore_binary | |
os::rtos::semaphore::operator==(const semaphore &rhs) const | os::rtos::semaphore | inline |
post(void) | os::rtos::semaphore | |
reset(void) | os::rtos::semaphore | |
semaphore(const attributes &attr=initializer_binary) | os::rtos::semaphore | inline |
semaphore(const char *name, const attributes &attr=initializer_binary) | os::rtos::semaphore | |
semaphore_binary(const count_t initial_value) | os::rtos::semaphore_binary | inline |
semaphore_binary(const char *name, const count_t initial_value) | os::rtos::semaphore_binary | inline |
timed_wait(clock::duration_t timeout) | os::rtos::semaphore | |
try_wait(void) | os::rtos::semaphore | |
value(void) const | os::rtos::semaphore | |
wait(void) | os::rtos::semaphore | |
~object_named()=default | os::rtos::internal::object_named | |
~object_named_system()=default | os::rtos::internal::object_named_system | |
~semaphore() | os::rtos::semaphore | |
~semaphore_binary() | os::rtos::semaphore_binary | inline |