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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DManagedStatic.cpp21 static std::recursive_mutex *ManagedStaticMutex = nullptr; variable
25 ManagedStaticMutex = new std::recursive_mutex();
30 return ManagedStaticMutex;

Completed in 113 milliseconds