LLVM 19.0.0git
Functions | Variables
ManagedStatic.cpp File Reference
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Config/config.h"
#include "llvm/Support/Threading.h"
#include <cassert>
#include <mutex>

Go to the source code of this file.

Functions

static std::recursive_mutex * getManagedStaticMutex ()
 

Variables

static const ManagedStaticBaseStaticList = nullptr
 

Function Documentation

◆ getManagedStaticMutex()

static std::recursive_mutex * getManagedStaticMutex ( )
static

Definition at line 22 of file ManagedStatic.cpp.

Referenced by llvm::ManagedStaticBase::RegisterManagedStatic().

Variable Documentation

◆ StaticList

const ManagedStaticBase* StaticList = nullptr
static