This is the complete list of members for xtd::threading::mutex, including all inherited members.
abstract_object()=default | xtd::abstract_object | protected |
close() override | xtd::threading::mutex | virtual |
compare_to(const mutex &value) const noexcept override (defined in xtd::threading::mutex) | xtd::threading::mutex | |
icomparable< mutex >::compare_to(const mutex &obj) const noexcept=0 | xtd::icomparable< mutex > | pure virtual |
equals(const mutex &value) const noexcept override (defined in xtd::threading::mutex) | xtd::threading::mutex | |
equals(const object &obj) const noexcept | xtd::threading::mutex | virtual |
equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::threading::mutex | inlinestatic |
iequatable< mutex >::equals(const mutex &) const noexcept=0 | xtd::iequatable< mutex > | pure virtual |
get_hash_code() const noexcept | xtd::object | virtual |
get_type() const noexcept | xtd::object | virtual |
handle() const noexcept override | xtd::threading::mutex | virtual |
handle(intptr value) override | xtd::threading::mutex | virtual |
invalid_handle | xtd::threading::wait_handle | static |
lock() | xtd::threading::mutex | |
memberwise_clone() const | xtd::object | inline |
mutex() | xtd::threading::mutex | |
mutex(bool initially_owned) | xtd::threading::mutex | explicit |
mutex(const string &name) | xtd::threading::mutex | explicit |
mutex(const string &name, bool &created_new) | xtd::threading::mutex | |
mutex(bool initially_owned, const string &name) | xtd::threading::mutex | |
mutex(bool initially_owned, const string &name, bool &created_new) | xtd::threading::mutex | |
native_handle() const noexcept | xtd::threading::mutex | |
native_handle_type typedef | xtd::threading::mutex | |
object()=default | xtd::object | |
open_existing(const string &name) | xtd::threading::mutex | static |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
release_mutex() | xtd::threading::mutex | |
signal() override | xtd::threading::mutex | 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_lock() noexcept | xtd::threading::mutex | |
try_lock_for(const time_span &timeout) noexcept | xtd::threading::mutex | |
try_lock_until(const date_time &timeout_time) noexcept | xtd::threading::mutex | |
try_open_existing(const string &name, mutex &result) noexcept | xtd::threading::mutex | static |
unlock() | xtd::threading::mutex | |
wait(int32 milliseconds_timeout) override | xtd::threading::mutex | 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 |