|
ThreadSchedule 2.0.0
Modern C++ thread management library
|
This is the complete list of members for threadschedule::HighPerformancePool, including all inherited members.
| configure_threads(std::string const &name_prefix, SchedulingPolicy policy=SchedulingPolicy::OTHER, ThreadPriority priority=ThreadPriority::normal()) -> expected< void, std::error_code > | threadschedule::HighPerformancePool | inline |
| distribute_across_cpus() -> expected< void, std::error_code > | threadschedule::HighPerformancePool | inline |
| get_statistics() const -> Statistics | threadschedule::HighPerformancePool | inline |
| HighPerformancePool(size_t num_threads=std::thread::hardware_concurrency(), size_t deque_capacity=WorkStealingDeque< Task >::DEFAULT_CAPACITY, bool register_workers=false) | threadschedule::HighPerformancePool | inlineexplicit |
| HighPerformancePool(HighPerformancePool const &)=delete | threadschedule::HighPerformancePool | |
| operator=(HighPerformancePool const &) -> HighPerformancePool &=delete | threadschedule::HighPerformancePool | |
| parallel_for_each(Iterator begin, Iterator end, F &&func) | threadschedule::HighPerformancePool | inline |
| pending_tasks() const -> size_t | threadschedule::HighPerformancePool | inline |
| post(F &&f, Args &&... args) | threadschedule::HighPerformancePool | inline |
| set_affinity(ThreadAffinity const &affinity) -> expected< void, std::error_code > | threadschedule::HighPerformancePool | inline |
| set_on_task_end(TaskEndCallback cb) | threadschedule::HighPerformancePool | inline |
| set_on_task_start(TaskStartCallback cb) | threadschedule::HighPerformancePool | inline |
| shutdown(ShutdownPolicy policy=ShutdownPolicy::drain) | threadschedule::HighPerformancePool | inline |
| shutdown_for(std::chrono::milliseconds timeout) -> bool | threadschedule::HighPerformancePool | inline |
| size() const noexcept -> size_t | threadschedule::HighPerformancePool | inline |
| submit(F &&f, Args &&... args) -> std::future< std::invoke_result_t< F, Args... > > | threadschedule::HighPerformancePool | inline |
| submit_batch(Iterator begin, Iterator end) -> std::vector< std::future< void > > | threadschedule::HighPerformancePool | inline |
| Task typedef | threadschedule::HighPerformancePool | |
| try_post(F &&f, Args &&... args) -> expected< void, std::error_code > | threadschedule::HighPerformancePool | inline |
| try_submit(F &&f, Args &&... args) -> expected< std::future< std::invoke_result_t< F, Args... > >, std::error_code > | threadschedule::HighPerformancePool | inline |
| try_submit_batch(Iterator begin, Iterator end) -> expected< std::vector< std::future< void > >, std::error_code > | threadschedule::HighPerformancePool | inline |
| wait_for_tasks() | threadschedule::HighPerformancePool | inline |
| ~HighPerformancePool() | threadschedule::HighPerformancePool | inline |