Alexandria  2.19
Please provide a description of the project.
Namespaces
ThreadPool.cpp File Reference
#include "AlexandriaKernel/ThreadPool.h"
#include "AlexandriaKernel/memory_tools.h"
#include <algorithm>
#include <numeric>
Include dependency graph for ThreadPool.cpp:

Go to the source code of this file.

Namespaces

 Euclid
 

Detailed Description

Date
01/06/17
Author
nikoapos

Definition in file ThreadPool.cpp.

Variable Documentation

◆ m_done_flag

std::reference_wrapper<std::atomic<bool> > m_done_flag
private

Definition at line 83 of file ThreadPool.cpp.

◆ m_empty_queue_wait_time

unsigned int m_empty_queue_wait_time
private

Definition at line 84 of file ThreadPool.cpp.

◆ m_exception_ptr

std::reference_wrapper<std::exception_ptr> m_exception_ptr
private

Definition at line 85 of file ThreadPool.cpp.

◆ m_queue

std::reference_wrapper<std::deque<ThreadPool::Task> > m_queue
private

Definition at line 80 of file ThreadPool.cpp.

◆ m_queue_mutex

std::reference_wrapper<std::mutex> m_queue_mutex
private

Definition at line 79 of file ThreadPool.cpp.

◆ m_run_flag

std::reference_wrapper<std::atomic<bool> > m_run_flag
private

Definition at line 81 of file ThreadPool.cpp.

◆ m_sleeping_flag

std::reference_wrapper<std::atomic<bool> > m_sleeping_flag
private

Definition at line 82 of file ThreadPool.cpp.