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

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

abort() -> voidxtd::threading::thread
current_thread() noexcept -> thread &xtd::threading::threadstatic
detach() -> voidxtd::threading::thread
equals(const object &obj) const noexceptxtd::objectvirtual
equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
get_hash_code() const noexcept -> xtd::size overridextd::threading::threadvirtual
get_type() const noexceptxtd::objectvirtual
handle() const noexcept -> intptrxtd::threading::thread
interrupt() -> voidxtd::threading::thread
invalid_handlextd::threading::threadstatic
invalid_thread_idxtd::threading::threadstatic
is_alive() const noexcept -> boolxtd::threading::thread
is_background() const noexcept -> boolxtd::threading::thread
is_background(bool value) -> thread &xtd::threading::thread
is_main_thread() const noexcept -> boolxtd::threading::thread
is_thread_pool_thread() const noexcept -> boolxtd::threading::thread
join() -> voidxtd::threading::thread
join(int32 milliseconds_timeout) -> boolxtd::threading::thread
join(const time_span &timeout) -> boolxtd::threading::thread
join_all() -> voidxtd::threading::threadstatic
join_all(int32 milliseconds_timeout) -> boolxtd::threading::threadstatic
join_all(const time_span &timeout) -> boolxtd::threading::threadstatic
join_all(const collection_t &threads) -> voidxtd::threading::threadinlinestatic
join_all(const collection_t &threads, int32 milliseconds_timeout) -> boolxtd::threading::threadinlinestatic
join_all(const collection_t &threads, const time_span &timeout) -> boolxtd::threading::threadinlinestatic
joinable() const noexcept -> boolxtd::threading::thread
jthread(const xtd::threading::parameterized_thread_start &start)xtd::threading::jthreadexplicit
jthread(const xtd::threading::parameterized_thread_start &start, int32 max_stack_size)xtd::threading::jthread
jthread(const xtd::threading::thread_start &start)xtd::threading::jthreadexplicit
jthread(const xtd::threading::thread_start &start, int32 max_stack_size)xtd::threading::jthread
main_thread() -> thread &xtd::threading::threadstatic
managed_thread_id() const noexcept -> int32xtd::threading::thread
memberwise_clone() constxtd::object
name() const noexcept -> stringxtd::threading::thread
name(const string &value) -> thread &xtd::threading::thread
object()=defaultxtd::object
priority() const noexcept -> xtd::threading::thread_priorityxtd::threading::thread
priority(xtd::threading::thread_priority value) -> thread &xtd::threading::thread
processor_affinity() const noexcept -> const xtd::array< xtd::size > &xtd::threading::thread
processor_affinity(const xtd::array< xtd::size > &value) -> thread &xtd::threading::thread
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
resume() -> voidxtd::threading::thread
sleep(int32 milliseconds_timeout) -> voidxtd::threading::threadstatic
sleep(const time_span &timeout) -> voidxtd::threading::threadstatic
spin_wait(int32 iterations) -> voidxtd::threading::threadstatic
start() -> voidxtd::threading::thread
start(const xtd::any_object &obj) -> voidxtd::threading::thread
start_new(const xtd::threading::thread_start &start) -> jthreadxtd::threading::jthreadstatic
start_new(const xtd::threading::parameterized_thread_start &start, const xtd::any_object &obj) -> jthreadxtd::threading::jthreadstatic
suspend() -> voidxtd::threading::thread
thread(const xtd::threading::parameterized_thread_start &start)xtd::threading::threadexplicit
thread(const xtd::threading::parameterized_thread_start &start, int32 max_stack_size)xtd::threading::thread
thread(const xtd::threading::thread_start &start)xtd::threading::threadexplicit
thread(const xtd::threading::thread_start &start, int32 max_stack_size)xtd::threading::thread
thread_id() const noexcept -> intptrxtd::threading::thread
thread_state() const noexcept -> xtd::threading::thread_statextd::threading::thread
to_string() constxtd::objectvirtual
yield() noexcept -> boolxtd::threading::threadstatic