LLVM  8.0.1
Classes | Namespaces | Typedefs
Mutex.h File Reference
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Threading.h"
#include <cassert>
Include dependency graph for Mutex.h:
This graph shows which files directly or indirectly include this file:

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< falsellvm::sys::Mutex
 Mutex - A standard, always enforced mutex. More...
 
typedef SmartScopedLock< falsellvm::sys::ScopedLock