This is the complete list of members for ThreadPool, including all inherited members.
_thread_check(void) | ThreadPool | inlineprivate |
_thread_process(void) | ThreadPool | inline |
commit(callable &&f, arguments &&...args) | ThreadPool | inline |
dispatch(callable &&f, arguments &&...args) | ThreadPool | inline |
free_thread_count_ | ThreadPool | private |
max_thread_count_ | ThreadPool | private |
mutex_ | ThreadPool | private |
pool_ | ThreadPool | private |
set_max_thread_count(int max_thread_count) | ThreadPool | inline |
stop() | ThreadPool | inline |
stoped_ | ThreadPool | private |
Task typedef | ThreadPool | private |
task_cond_ | ThreadPool | private |
task_que_ | ThreadPool | private |
thread_handle(void *arg) | ThreadPool | inlinestatic |
ThreadPool(int max_thread_count=10) | ThreadPool | inline |
total_thread_count_ | ThreadPool | private |
~ThreadPool() | ThreadPool | inline |