Nektar++
|
#include "LibUtilities/BasicUtils/Thread.h"
#include <queue>
#include <vector>
#include <map>
#include <boost/thread/barrier.hpp>
#include "LibUtilities/Memory/NekMemoryManager.hpp"
Go to the source code of this file.
Classes | |
class | Nektar::Thread::ThreadManagerBoost |
Implementation of ThreadManager using Boost threads. More... | |
class | Nektar::Thread::ThreadWorkerBoost |
Implementation class for ThreadManagerBoost. More... | |
Namespaces | |
Nektar | |
< | |
Nektar::Thread | |
Typedefs | |
typedef boost::unique_lock < boost::mutex > | Nektar::Thread::Lock |