![]() |
RobWorkProject
23.9.11-
|
This is the complete list of members for thread_pool, including all inherited members.
| get_tasks_queued() const | thread_pool | inline |
| get_tasks_running() const | thread_pool | inline |
| get_tasks_total() const | thread_pool | inline |
| get_thread_count() const | thread_pool | inline |
| is_paused() const | thread_pool | inline |
| parallelize_loop(const T1 first_index, const T2 index_after_last, F &&loop, const size_t num_blocks=0) | thread_pool | inline |
| parallelize_loop(const T index_after_last, F &&loop, const size_t num_blocks=0) | thread_pool | inline |
| pause() | thread_pool | inline |
| push_loop(const T1 first_index, const T2 index_after_last, F &&loop, const 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 |
| reset(const concurrency_t thread_count_=0) | thread_pool | inline |
| submit(F &&task, A &&... args) | thread_pool | inline |
| thread_pool(const concurrency_t thread_count_=0) | thread_pool | inline |
| unpause() | thread_pool | inline |
| wait_for_tasks() | thread_pool | inline |
| wait_for_tasks_duration(const std::chrono::duration< R, P > &duration) | thread_pool | inline |
| wait_for_tasks_until(const std::chrono::time_point< C, D > &timeout_time) | thread_pool | inline |
| ~thread_pool() | thread_pool | inline |