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

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 80 void InitializeMutex();
tsan_mutex.cc 49 void InitializeMutex() {
tsan_rtl.cc 299 InitializeMutex();
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 203 perftools_pthread_once(&initialize_token_, InitializeMutex);
216 // InitializeMutex() in our constructor. But sometimes Lock() can
224 perftools_pthread_once(&initialize_token_, InitializeMutex);
239 void InitializeMutex() { InitializeCriticalSection(&mutex_); }
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 200 perftools_pthread_once(&initialize_token_, InitializeMutex);
213 // InitializeMutex() in our constructor. But sometimes Lock() can
221 perftools_pthread_once(&initialize_token_, InitializeMutex);
236 void InitializeMutex() { InitializeCriticalSection(&mutex_); }

Completed in 135 milliseconds