suanPan
|
This is the complete list of members for thread_pool, including all inherited members.
get_thread_count() const | thread_pool | inline |
push_loop(T1 first_index_, T2 index_after_last_, F &&loop, size_t num_blocks=0) | thread_pool | inline |
push_loop(const T index_after_last, F &&loop, const size_t num_blocks=0) | thread_pool | inline |
push_task(F &&task, A &&... args) | thread_pool | inline |
submit(F &&task, A &&... args) | thread_pool | inline |
thread_pool(const concurrency_t thread_count_=0) | thread_pool | inlineexplicit |
wait_for_tasks() | thread_pool | inline |
~thread_pool() | thread_pool | inline |