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 | |
equals(const object &obj) const noexcept | xtd::threading::semaphore | virtual |
equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::threading::semaphore | inlinestatic |
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 | xtd::object | inline |
object()=default | xtd::object | |
open_existing(const string &name) | xtd::threading::semaphore | static |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
release() | xtd::threading::semaphore | |
release(int32 release_count) | xtd::threading::semaphore | |
semaphore() | xtd::threading::semaphore | |
semaphore(const string &name) | xtd::threading::semaphore | explicit |
semaphore(const string &name, bool &created_new) | xtd::threading::semaphore | explicit |
semaphore(int32 initial_count) | xtd::threading::semaphore | explicit |
semaphore(int32 initial_count, const string &name) | xtd::threading::semaphore | |
semaphore(int32 initial_count, const string &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 string &name) | xtd::threading::semaphore | |
semaphore(int32 initial_count, int32 maximum_count, const string &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 string &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 |