FFmpegfs Fuse Multi Media Filesystem 2.16
|
This is the complete list of members for thread_pool, including all inherited members.
current_queued() | thread_pool | |
current_running() const | thread_pool | |
FunctionPointer typedef | thread_pool | |
init(unsigned int num_threads=0) | thread_pool | |
loop_function() | thread_pool | private |
loop_function_starter(thread_pool &tp) | thread_pool | privatestatic |
m_cur_threads | thread_pool | protected |
m_num_threads | thread_pool | protected |
m_queue_cond | thread_pool | protected |
m_queue_mutex | thread_pool | protected |
m_queue_shutdown | thread_pool | protected |
m_thread_pool | thread_pool | protected |
m_thread_queue | thread_pool | protected |
m_threads_running | thread_pool | protected |
pool_size() const | thread_pool | |
schedule_thread(FunctionPointer &&func) | thread_pool | |
tear_down(bool silent=false) | thread_pool | |
thread_pool(unsigned int num_threads=std::thread::hardware_concurrency() *4) | thread_pool | explicit |
~thread_pool() | thread_pool | virtual |