This is the complete list of members for xtd::threading::semaphore, including all inherited members.
| abstract_object()=default | xtd::abstract_object | protected |
| close() override | xtd::threading::semaphore | virtual |
| compare_to(const semaphore &value) const noexcept override (defined in xtd::threading::semaphore) | xtd::threading::semaphore | |
| icomparable< semaphore >::compare_to(const semaphore &obj) const noexcept=0 | xtd::icomparable< semaphore > | pure virtual |
| equals(const semaphore &value) const noexcept override (defined in xtd::threading::semaphore) | xtd::threading::semaphore | |
| xtd::threading::wait_handle::equals(const object &obj) const noexcept | xtd::object | |
| xtd::threading::wait_handle::equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| iequatable< semaphore >::equals(const semaphore &) const noexcept=0 | xtd::iequatable< semaphore > | pure virtual |
| get_hash_code() const noexcept | xtd::object | virtual |
| get_type() const noexcept | xtd::object | virtual |
| handle() const noexcept override | xtd::threading::semaphore | virtual |
| handle(intptr value) override | xtd::threading::semaphore | virtual |
| invalid_handle | xtd::threading::wait_handle | static |
| memberwise_clone() const noexcept | xtd::object | inline |
| object()=default | xtd::object | |
| open_existing(const ustring &name) | xtd::threading::semaphore | static |
| reference_equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| release() | xtd::threading::semaphore | |
| release(int32 release_count) | xtd::threading::semaphore | |
| semaphore() | xtd::threading::semaphore | |
| semaphore(const ustring &name) | xtd::threading::semaphore | explicit |
| semaphore(const ustring &name, bool &created_new) | xtd::threading::semaphore | explicit |
| semaphore(int32 initial_count) | xtd::threading::semaphore | explicit |
| semaphore(int32 initial_count, const ustring &name) | xtd::threading::semaphore | |
| semaphore(int32 initial_count, const ustring &name, bool &created_new) | xtd::threading::semaphore | |
| semaphore(int32 initial_count, int32 maximum_count) | xtd::threading::semaphore | |
| semaphore(int32 initial_count, int32 maximum_count, const ustring &name) | xtd::threading::semaphore | |
| semaphore(int32 initial_count, int32 maximum_count, const ustring &name, bool &created_new) | xtd::threading::semaphore | |
| signal() override | xtd::threading::semaphore | protectedvirtual |
| signal_and_wait(wait_handle &to_signal, wait_handle &to_wait) | xtd::threading::wait_handle | static |
| signal_and_wait(wait_handle &to_signal, wait_handle &to_wait, int32 milliseconds_timeout) | xtd::threading::wait_handle | static |
| signal_and_wait(wait_handle &to_signal, wait_handle &to_wait, const time_span &timeout) | xtd::threading::wait_handle | static |
| to_string() const noexcept | xtd::object | virtual |
| try_open_existing(const ustring &name, semaphore &result) noexcept | xtd::threading::semaphore | static |
| wait(int32 milliseconds_timeout) override | xtd::threading::semaphore | protectedvirtual |
| wait_all(const collection_t &wait_handles) | xtd::threading::wait_handle | inlinestatic |
| wait_all(const collection_t &wait_handles, int32 milliseconds_timeout) | xtd::threading::wait_handle | inlinestatic |
| wait_all(const collection_t &wait_handles, const time_span &timeout) | xtd::threading::wait_handle | inlinestatic |
| wait_any(const collection_t &wait_handles) | xtd::threading::wait_handle | inlinestatic |
| wait_any(const collection_t &wait_handles, int32 milliseconds_timeout) | xtd::threading::wait_handle | inlinestatic |
| wait_any(const collection_t &wait_handles, const time_span &timeout) | xtd::threading::wait_handle | inlinestatic |
| wait_handle()=default | xtd::threading::wait_handle | |
| wait_one() | xtd::threading::wait_handle | virtual |
| wait_one(int32 milliseconds_timeout) | xtd::threading::wait_handle | virtual |
| wait_one(const time_span &timeout) | xtd::threading::wait_handle | virtual |
| wait_timeout | xtd::threading::wait_handle | static |