|
LLVM
4.0.0
|
#include "llvm/Support/thread.h"#include <future>#include <atomic>#include <condition_variable>#include <functional>#include <memory>#include <mutex>#include <queue>#include <utility>Go to the source code of this file.
Classes | |
| class | llvm::ThreadPool |
| A ThreadPool for asynchronous parallel execution on a defined number of threads. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
1.8.6