This is the complete list of members for xtd::threading::thread_pool, including all inherited members.
close() | xtd::threading::thread_pool | static |
get_available_threads(size_t &worker_threads, size_t &completion_port_threads) | xtd::threading::thread_pool | static |
get_max_threads(size_t &worker_threads, size_t &completion_port_threads) | xtd::threading::thread_pool | static |
get_min_threads(size_t &worker_threads, size_t &completion_port_threads) | xtd::threading::thread_pool | static |
join_all() | xtd::threading::thread_pool | static |
join_all(int32 milliseconds_timeout) | xtd::threading::thread_pool | static |
join_all(const time_span &timeout) | xtd::threading::thread_pool | static |
queue_user_work_item(const wait_callback &callback) | xtd::threading::thread_pool | static |
queue_user_work_item(const wait_callback &callback, std::any state) | xtd::threading::thread_pool | static |
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_pool | static |
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_pool | static |
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_pool | static |
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_pool | static |
set_max_threads(size_t worker_threads, size_t completion_port_threads) | xtd::threading::thread_pool | static |
set_min_threads(size_t worker_threads, size_t completion_port_threads) | xtd::threading::thread_pool | static |