LLVM
8.0.1
|
Go to the source code of this file.
Classes | |
class | llvm::sys::RWMutexImpl |
Platform agnostic RWMutex class. More... | |
class | llvm::sys::SmartRWMutex< mt_only > |
SmartMutex - An R/W 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... | |
struct | llvm::sys::SmartScopedReader< mt_only > |
ScopedReader - RAII acquisition of a reader lock. More... | |
struct | llvm::sys::SmartScopedWriter< mt_only > |
ScopedWriter - RAII acquisition of a writer lock. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::sys | |
Typedefs | |
typedef SmartRWMutex< false > | llvm::sys::RWMutex |
typedef SmartScopedReader< false > | llvm::sys::ScopedReader |
typedef SmartScopedWriter< false > | llvm::sys::ScopedWriter |