|
LLVM
8.0.1
|
#include "llvm/Config/llvm-config.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Threading.h"#include <cassert>

Go to the source code of this file.
Classes | |
| class | llvm::sys::MutexImpl |
| Platform agnostic Mutex class. More... | |
| class | llvm::sys::SmartMutex< mt_only > |
| SmartMutex - A mutex with a compile time constant parameter that indicates whether this mutex should become a no-op when we're not running in multithreaded mode. More... | |
| class | llvm::sys::SmartScopedLock< mt_only > |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::sys | |
Typedefs | |
| typedef SmartMutex< false > | llvm::sys::Mutex |
| Mutex - A standard, always enforced mutex. More... | |
| typedef SmartScopedLock< false > | llvm::sys::ScopedLock |
1.8.13