xtd 0.2.0
Loading...
Searching...
No Matches
xtd::threading::semaphore Member List

This is the complete list of members for xtd::threading::semaphore, including all inherited members.

abstract_object()=defaultxtd::abstract_objectprotected
close() -> void overridextd::threading::semaphorevirtual
compare_to(const semaphore &value) const noexcept -> int32 override (defined in xtd::threading::semaphore)xtd::threading::semaphore
xtd::icomparable< semaphore >::compare_to(const semaphore &obj) const noexcept=0xtd::icomparable< semaphore >pure virtual
equals(const object &obj) const noexcept -> bool overridextd::threading::semaphorevirtual
equals(const semaphore &other) const noexcept -> bool overridextd::threading::semaphore
xtd::threading::wait_handle::equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
xtd::iequatable< semaphore >::equals(const semaphore &) const noexcept=0xtd::iequatable< semaphore >pure virtual
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
handle() const noexcept -> intptr overridextd::threading::semaphorevirtual
handle(intptr value) -> void overridextd::threading::semaphorevirtual
invalid_handlextd::threading::wait_handlestatic
memberwise_clone() constxtd::object
object()=defaultxtd::object
open_existing(const string &name) -> semaphorextd::threading::semaphorestatic
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
release() -> int32xtd::threading::semaphore
release(int32 release_count) -> int32xtd::threading::semaphore
semaphore()xtd::threading::semaphore
semaphore(const string &name)xtd::threading::semaphoreexplicit
semaphore(const string &name, bool &created_new)xtd::threading::semaphoreexplicit
semaphore(int32 initial_count)xtd::threading::semaphoreexplicit
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() -> bool overridextd::threading::semaphoreprotectedvirtual
signal_and_wait(wait_handle &to_signal, wait_handle &to_wait) -> boolxtd::threading::wait_handlestatic
signal_and_wait(wait_handle &to_signal, wait_handle &to_wait, int32 milliseconds_timeout) -> boolxtd::threading::wait_handlestatic
signal_and_wait(wait_handle &to_signal, wait_handle &to_wait, const time_span &timeout) -> boolxtd::threading::wait_handlestatic
to_string() constxtd::objectvirtual
try_open_existing(const string &name, semaphore &result) noexcept -> boolxtd::threading::semaphorestatic
wait(int32 milliseconds_timeout) -> bool overridextd::threading::semaphoreprotectedvirtual
wait_all(const collection_t &wait_handles) -> boolxtd::threading::wait_handleinlinestatic
wait_all(const collection_t &wait_handles, int32 milliseconds_timeout) -> boolxtd::threading::wait_handleinlinestatic
wait_all(const collection_t &wait_handles, const time_span &timeout) -> boolxtd::threading::wait_handleinlinestatic
wait_any(const collection_t &wait_handles) -> xtd::sizextd::threading::wait_handleinlinestatic
wait_any(const collection_t &wait_handles, int32 milliseconds_timeout) -> xtd::sizextd::threading::wait_handleinlinestatic
wait_any(const collection_t &wait_handles, const time_span &timeout) -> xtd::sizextd::threading::wait_handleinlinestatic
wait_handle()=defaultxtd::threading::wait_handle
wait_one() -> boolxtd::threading::wait_handlevirtual
wait_one(int32 milliseconds_timeout) -> boolxtd::threading::wait_handlevirtual
wait_one(const time_span &timeout) -> boolxtd::threading::wait_handlevirtual
wait_timeoutxtd::threading::wait_handlestatic