ThreadSchedule 1.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::HighPerformancePool Member List

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::HighPerformancePoolinline
distribute_across_cpus() -> expected< void, std::error_code > (defined in threadschedule::HighPerformancePool)threadschedule::HighPerformancePoolinline
get_statistics() const -> Statisticsthreadschedule::HighPerformancePoolinline
HighPerformancePool(size_t num_threads=std::thread::hardware_concurrency()) (defined in threadschedule::HighPerformancePool)threadschedule::HighPerformancePoolinlineexplicit
HighPerformancePool(HighPerformancePool const &)=delete (defined in threadschedule::HighPerformancePool)threadschedule::HighPerformancePool
operator=(HighPerformancePool const &) -> HighPerformancePool &=delete (defined in threadschedule::HighPerformancePool)threadschedule::HighPerformancePool
parallel_for_each(Iterator begin, Iterator end, F &&func)threadschedule::HighPerformancePoolinline
pending_tasks() const -> size_t (defined in threadschedule::HighPerformancePool)threadschedule::HighPerformancePoolinline
set_affinity(ThreadAffinity const &affinity) -> expected< void, std::error_code > (defined in threadschedule::HighPerformancePool)threadschedule::HighPerformancePoolinline
shutdown() (defined in threadschedule::HighPerformancePool)threadschedule::HighPerformancePoolinline
size() const noexcept -> size_t (defined in threadschedule::HighPerformancePool)threadschedule::HighPerformancePoolinline
submit(F &&f, Args &&... args) -> std::future< std::invoke_result_t< F, Args... > >threadschedule::HighPerformancePoolinline
submit_batch(Iterator begin, Iterator end) -> std::vector< std::future< void > >threadschedule::HighPerformancePoolinline
Task typedef (defined in threadschedule::HighPerformancePool)threadschedule::HighPerformancePool
wait_for_tasks() (defined in threadschedule::HighPerformancePool)threadschedule::HighPerformancePoolinline
~HighPerformancePool() (defined in threadschedule::HighPerformancePool)threadschedule::HighPerformancePoolinline