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

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

close()xtd::threading::thread_poolstatic
get_available_threads(size_t &worker_threads, size_t &completion_port_threads)xtd::threading::thread_poolstatic
get_max_threads(size_t &worker_threads, size_t &completion_port_threads)xtd::threading::thread_poolstatic
get_min_threads(size_t &worker_threads, size_t &completion_port_threads)xtd::threading::thread_poolstatic
join_all()xtd::threading::thread_poolstatic
join_all(int32 milliseconds_timeout)xtd::threading::thread_poolstatic
join_all(const time_span &timeout)xtd::threading::thread_poolstatic
queue_user_work_item(const wait_callback &callback)xtd::threading::thread_poolstatic
queue_user_work_item(const wait_callback &callback, std::any state)xtd::threading::thread_poolstatic
register_wait_for_single_object(wait_handle &wait_object, const wait_or_timer_callback &callback, std::any state, int32 milliseconds_timeout_interval, bool execute_only_once)xtd::threading::thread_poolstatic
register_wait_for_single_object(wait_handle &wait_object, const wait_or_timer_callback &callback, std::any state, int64 milliseconds_timeout_interval, bool execute_only_once)xtd::threading::thread_poolstatic
register_wait_for_single_object(wait_handle &wait_object, const wait_or_timer_callback &callback, std::any state, const time_span &timeout, bool execute_only_once)xtd::threading::thread_poolstatic
register_wait_for_single_object(wait_handle &wait_object, const wait_or_timer_callback &callback, std::any state, uint32 milliseconds_timeout_interval, bool execute_only_once)xtd::threading::thread_poolstatic
set_max_threads(size_t worker_threads, size_t completion_port_threads)xtd::threading::thread_poolstatic
set_min_threads(size_t worker_threads, size_t completion_port_threads)xtd::threading::thread_poolstatic