LLVM API Documentation

Classes | Namespaces | Typedefs
RWMutex.h File Reference
#include "llvm/Support/Compiler.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 >
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

namespace  llvm
 

List of target independent CodeGen pass IDs.


namespace  llvm::sys

Typedefs

typedef SmartRWMutex< falsellvm::sys::RWMutex
typedef SmartScopedReader< falsellvm::sys::ScopedReader
typedef SmartScopedWriter< falsellvm::sys::ScopedWriter