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

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< falsellvm::sys::RWMutex
 
typedef SmartScopedReader< falsellvm::sys::ScopedReader
 
typedef SmartScopedWriter< falsellvm::sys::ScopedWriter