|
Alexandria
2.27.0
SDC-CH common library for the Euclid project
|
#include "AlexandriaKernel/ThreadPool.h"#include "AlexandriaKernel/memory_tools.h"#include <algorithm>#include <numeric>
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 90 of file ThreadPool.cpp.
| unsigned int m_empty_queue_wait_time |
Definition at line 91 of file ThreadPool.cpp.
| std::reference_wrapper<std::exception_ptr> m_exception_ptr |
Definition at line 92 of file ThreadPool.cpp.
| std::reference_wrapper<std::deque<ThreadPool::Task> > m_queue |
Definition at line 87 of file ThreadPool.cpp.
| std::reference_wrapper<std::mutex> m_queue_mutex |
Definition at line 86 of file ThreadPool.cpp.
| std::reference_wrapper<std::atomic<bool> > m_run_flag |
Definition at line 88 of file ThreadPool.cpp.
| std::reference_wrapper<std::atomic<bool> > m_sleeping_flag |
Definition at line 89 of file ThreadPool.cpp.
1.8.5