xtd 0.2.0
Loading...
Searching...
No Matches
xtd::native::thread Member List

This is the complete list of members for xtd::native::thread, including all inherited members.

cancel(intmax_t handle)xtd::native::threadprotectedstatic
create(std::function< void(intmax_t)> start, intmax_t obj, int32_t max_stack_size, bool suspended, intmax_t &id)xtd::native::threadprotectedstatic
detach(intmax_t handle)xtd::native::threadprotectedstatic
get_current_thread_handle()xtd::native::threadprotectedstatic
get_thread_id(intmax_t handle)xtd::native::threadprotectedstatic
join(intmax_t handle)xtd::native::threadprotectedstatic
resume(intmax_t handle)xtd::native::threadprotectedstatic
set_current_thread_name(const std::string &name)xtd::native::threadprotectedstatic
set_priority(intmax_t handle, int32_t priority)xtd::native::threadprotectedstatic
sleep(int32_t milliseconds_timeout)xtd::native::threadprotectedstatic
suspend(intmax_t handle)xtd::native::threadprotectedstatic
yield()xtd::native::threadprotectedstatic