This is the complete list of members for xtd::threading::jthread, including all inherited members.
abort() | xtd::threading::thread | |
current_thread() noexcept | xtd::threading::thread | static |
detach() | xtd::threading::thread | |
equals(const object &obj) const noexcept | xtd::object | virtual |
equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
get_hash_code() const noexcept | xtd::object | virtual |
get_type() const noexcept | xtd::object | virtual |
handle() const noexcept | xtd::threading::thread | |
interrupt() | xtd::threading::thread | |
invalid_handle | xtd::threading::thread | static |
invalid_thread_id | xtd::threading::thread | static |
is_alive() const noexcept | xtd::threading::thread | |
is_background() const noexcept | xtd::threading::thread | |
is_background(bool value) | xtd::threading::thread | |
is_main_thread() const noexcept | xtd::threading::thread | |
is_thread_pool_thread() const noexcept | xtd::threading::thread | |
join() | xtd::threading::thread | |
join(int32 milliseconds_timeout) | xtd::threading::thread | |
join(const time_span &timeout) | xtd::threading::thread | |
join_all() | xtd::threading::thread | static |
join_all(int32 milliseconds_timeout) | xtd::threading::thread | static |
join_all(const time_span &timeout) | xtd::threading::thread | static |
join_all(const collection_t &threads) | xtd::threading::thread | inlinestatic |
join_all(const collection_t &threads, int32 milliseconds_timeout) | xtd::threading::thread | inlinestatic |
join_all(const collection_t &threads, const time_span &timeout) | xtd::threading::thread | inlinestatic |
joinable() const noexcept | xtd::threading::thread | |
jthread(const xtd::threading::parameterized_thread_start &start) | xtd::threading::jthread | explicit |
jthread(const xtd::threading::parameterized_thread_start &start, int32 max_stack_size) | xtd::threading::jthread | |
jthread(const xtd::threading::thread_start &start) | xtd::threading::jthread | explicit |
jthread(const xtd::threading::thread_start &start, int32 max_stack_size) | xtd::threading::jthread | |
main_thread() | xtd::threading::thread | static |
managed_thread_id() const noexcept | xtd::threading::thread | |
memberwise_clone() const | xtd::object | inline |
name() const noexcept | xtd::threading::thread | |
name(const string &value) | xtd::threading::thread | |
object()=default | xtd::object | |
priority() const noexcept | xtd::threading::thread | |
priority(xtd::threading::thread_priority value) | xtd::threading::thread | |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
resume() | xtd::threading::thread | |
sleep(int32 milliseconds_timeout) | xtd::threading::thread | static |
sleep(const time_span &timeout) | xtd::threading::thread | static |
spin_wait(int32 iterations) | xtd::threading::thread | static |
start() | xtd::threading::thread | |
start(std::any obj) | xtd::threading::thread | |
start_new(const xtd::threading::thread_start &start) | xtd::threading::jthread | static |
start_new(const xtd::threading::parameterized_thread_start &start, std::any obj) | xtd::threading::jthread | static |
suspend() | xtd::threading::thread | |
thread(const xtd::threading::parameterized_thread_start &start) | xtd::threading::thread | explicit |
thread(const xtd::threading::parameterized_thread_start &start, int32 max_stack_size) | xtd::threading::thread | |
thread(const xtd::threading::thread_start &start) | xtd::threading::thread | explicit |
thread(const xtd::threading::thread_start &start, int32 max_stack_size) | xtd::threading::thread | |
thread_id() const noexcept | xtd::threading::thread | |
thread_state() const noexcept | xtd::threading::thread | |
to_string() const noexcept | xtd::object | virtual |
yield() | xtd::threading::thread | static |