LLVM API Documentation

Classes | Namespaces | Typedefs
Mutex.h File Reference
#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 >
class  llvm::sys::SmartScopedLock< mt_only >

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


namespace  llvm::sys

Typedefs

typedef SmartMutex< falsellvm::sys::Mutex
 Mutex - A standard, always enforced mutex.
typedef SmartScopedLock< falsellvm::sys::ScopedLock