Home
last modified time | relevance | path

Searched refs:ManagedStaticMutex (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DManagedStatic.cpp23 static sys::Mutex *ManagedStaticMutex = nullptr; variable
27 ManagedStaticMutex = new sys::Mutex(); in initializeMutex()
32 return ManagedStaticMutex; in getManagedStaticMutex()