LLVM  3.7.0
Functions | Variables
ManagedStatic.cpp File Reference
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Config/config.h"
#include "llvm/Support/Atomic.h"
#include "llvm/Support/Mutex.h"
#include "llvm/Support/MutexGuard.h"
#include <cassert>
Include dependency graph for ManagedStatic.cpp:

Go to the source code of this file.

Functions

static sys::MutexgetManagedStaticMutex ()
 

Variables

static const ManagedStaticBaseStaticList = nullptr
 

Function Documentation

static sys::Mutex& getManagedStaticMutex ( )
static

Variable Documentation

const ManagedStaticBase* StaticList = nullptr
static