HDK
|
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_pool | inline |
is_worker(std::thread::id id) | thread_pool | |
jobs_in_queue() const | thread_pool | |
push(F &&f) -> std::future< decltype(f(0))> | thread_pool | inline |
push(F &&f, Rest &&...rest) -> std::future< decltype(f(0, rest...))> | thread_pool | inline |
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 |