This is the complete list of members for xtd::native::thread, including all inherited members.
cancel(intmax_t handle) | xtd::native::thread | protectedstatic |
create(std::function< void(intmax_t)> start, intmax_t obj, int32_t max_stack_size, bool suspended, intmax_t &id) | xtd::native::thread | protectedstatic |
detach(intmax_t handle) | xtd::native::thread | protectedstatic |
get_current_thread_handle() | xtd::native::thread | protectedstatic |
get_thread_id(intmax_t handle) | xtd::native::thread | protectedstatic |
join(intmax_t handle) | xtd::native::thread | protectedstatic |
resume(intmax_t handle) | xtd::native::thread | protectedstatic |
set_current_thread_name(const std::string &name) | xtd::native::thread | protectedstatic |
set_priority(intmax_t handle, int32_t priority) | xtd::native::thread | protectedstatic |
sleep(int32_t milliseconds_timeout) | xtd::native::thread | protectedstatic |
suspend(intmax_t handle) | xtd::native::thread | protectedstatic |
yield() | xtd::native::thread | protectedstatic |