HomeSort by relevance Sort by last modified time
    Searched defs:MutexHandle (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/common/
handle_enumerator_win.h 24 MutexHandle,
  /external/chromium/base/
logging.cc 11 typedef HANDLE MutexHandle;
39 typedef pthread_mutex_t* MutexHandle;
289 static MutexHandle log_mutex;
307 MutexHandle LoggingLock::log_mutex = NULL;
  /external/chromium_org/base/
logging.cc 11 typedef HANDLE MutexHandle;
38 typedef pthread_mutex_t* MutexHandle;
274 static MutexHandle log_mutex;
292 MutexHandle LoggingLock::log_mutex = NULL;

Completed in 56 milliseconds