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

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DManagedStatic.cpp25 static sys::Mutex& getManagedStaticMutex() { function
37 MutexGuard Lock(getManagedStaticMutex());
87 MutexGuard Lock(getManagedStaticMutex());

Completed in 52 milliseconds