HomeSort by relevance Sort by last modified time
    Searched refs:ManagedStaticMutex (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
ManagedStatic.cpp 23 static sys::Mutex *ManagedStaticMutex = nullptr;
27 ManagedStaticMutex = new sys::Mutex();
35 return ManagedStaticMutex;
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
ManagedStatic.cpp 23 static sys::Mutex *ManagedStaticMutex = nullptr;
27 ManagedStaticMutex = new sys::Mutex();
35 return ManagedStaticMutex;

Completed in 101 milliseconds