|
LLVM 23.0.0git
|
#include "llvm/Support/Parallel.h"#include "llvm/ADT/ScopeExit.h"#include "llvm/Config/llvm-config.h"#include "llvm/Support/ExponentialBackoff.h"#include "llvm/Support/Jobserver.h"#include "llvm/Support/ManagedStatic.h"#include "llvm/Support/Threading.h"#include <atomic>#include <future>#include <memory>#include <mutex>#include <thread>#include <vector>Go to the source code of this file.
Functions | |
| static bool | isNested () |
|
static |
Definition at line 230 of file Parallel.cpp.
Referenced by llvm::parallel::TaskGroup::~TaskGroup().