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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DManagedStatic.cpp28 static std::recursive_mutex *getManagedStaticMutex() { function
37 std::lock_guard<std::recursive_mutex> Lock(*getManagedStaticMutex());
79 std::lock_guard<std::recursive_mutex> Lock(*getManagedStaticMutex());

Completed in 129 milliseconds