HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
thread_pool Member List

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

deregister_worker(std::thread::id id)thread_pool
idle() const thread_pool
is_worker(std::thread::id id) const thread_pool
is_worker() const thread_poolinline
is_worker(std::thread::id id)thread_pool
jobs_in_queue() const thread_pool
push(F &&f) -> std::future< decltype(f(0))>thread_poolinline
push(F &&f, Rest &&...rest) -> std::future< decltype(f(0, rest...))>thread_poolinline
register_worker(std::thread::id id)thread_pool
resize(int nthreads=-1)thread_pool
run_one_task(std::thread::id id)thread_pool
size() const thread_pool
this_thread_is_in_pool() const thread_pool
thread_pool(int nthreads=-1)thread_pool
very_busy() const thread_pool
~thread_pool()thread_pool