ThreadSchedule 1.0.0
Modern C++ thread management library
|
This is the complete list of members for threadschedule::ThreadPoolWithErrors, including all inherited members.
add_error_callback(ErrorCallback callback) -> size_t (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
clear_error_callbacks() (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
configure_threads(std::string const &name_prefix, SchedulingPolicy policy=SchedulingPolicy::OTHER, ThreadPriority priority=ThreadPriority::normal()) -> bool (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
distribute_across_cpus() -> bool (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
error_count() const -> size_t (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
get_statistics() const -> ThreadPool::Statistics (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
pending_tasks() const -> size_t (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
pool() -> ThreadPool & (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
reset_error_count() (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
set_affinity(ThreadAffinity const &affinity) -> bool (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
shutdown() (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
size() const noexcept -> size_t (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
submit(F &&f, Args &&... args) -> FutureWithErrorHandler< std::invoke_result_t< F, Args... > > (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
submit_with_description(std::string const &description, F &&f, Args &&... args) -> FutureWithErrorHandler< std::invoke_result_t< F, Args... > > (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |
ThreadPoolWithErrors(size_t num_threads=std::thread::hardware_concurrency()) (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inlineexplicit |
wait_for_tasks() (defined in threadschedule::ThreadPoolWithErrors) | threadschedule::ThreadPoolWithErrors | inline |