LLVM 20.0.0git
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/RWMutex.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/thread.h"
#include <future>
#include <condition_variable>
#include <deque>
#include <functional>
#include <memory>
#include <mutex>
#include <utility>
Go to the source code of this file.
Classes | |
class | llvm::ThreadPoolInterface |
This defines the abstract base interface for a ThreadPool allowing asynchronous parallel execution on a defined number of threads. More... | |
class | llvm::SingleThreadExecutor |
A non-threaded implementation. More... | |
class | llvm::ThreadPoolTaskGroup |
A group of tasks to be run on a thread pool. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
using | llvm::DefaultThreadPool = SingleThreadExecutor |