Alexandria
2.14.1
Please provide a description of the project.
|
Go to the source code of this file.
Namespaces | |
Euclid | |
Definition in file ThreadPool.cpp.
std::reference_wrapper<std::atomic<bool> > m_done_flag |
Definition at line 81 of file ThreadPool.cpp.
unsigned int m_empty_queue_wait_time |
Definition at line 82 of file ThreadPool.cpp.
std::reference_wrapper<std::exception_ptr> m_exception_ptr |
Definition at line 83 of file ThreadPool.cpp.
std::reference_wrapper<std::deque<ThreadPool::Task> > m_queue |
Definition at line 78 of file ThreadPool.cpp.
std::reference_wrapper<std::mutex> m_queue_mutex |
Definition at line 77 of file ThreadPool.cpp.
std::reference_wrapper<std::atomic<bool> > m_run_flag |
Definition at line 79 of file ThreadPool.cpp.
std::reference_wrapper<std::atomic<bool> > m_sleeping_flag |
Definition at line 80 of file ThreadPool.cpp.