Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DManagedStatic.cpp22 static std::recursive_mutex *getManagedStaticMutex() { in getManagedStaticMutex() function
31 std::lock_guard<std::recursive_mutex> Lock(*getManagedStaticMutex()); in RegisterManagedStatic()