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

  /external/chromium/base/
shared_memory_posix.cc 241 LockOrUnlockCommon(F_LOCK);
247 LockOrUnlockCommon(F_ULOCK);
298 void SharedMemory::LockOrUnlockCommon(int function) {
shared_memory.h 191 void LockOrUnlockCommon(int function);
  /external/chromium_org/base/memory/
shared_memory_posix.cc 320 LockOrUnlockCommon(F_LOCK);
324 LockOrUnlockCommon(F_ULOCK);
386 void SharedMemory::LockOrUnlockCommon(int function) {
shared_memory.h 237 void LockOrUnlockCommon(int function);

Completed in 65 milliseconds