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

  /frameworks/av/camera/
IProCameraUser.cpp 35 EXCLUSIVE_LOCK,
86 remote()->transact(EXCLUSIVE_LOCK, data, &reply);
224 case EXCLUSIVE_LOCK: {
  /external/chromium_org/third_party/sqlite/src/src/
os.h 163 #define EXCLUSIVE_LOCK 4
177 ** An EXCLUSIVE_LOCK is obtained by locking all bytes in the range.
pager.c 362 ** the database file: NO_LOCK, SHARED_LOCK, RESERVED_LOCK or EXCLUSIVE_LOCK.
407 #define UNKNOWN_LOCK (EXCLUSIVE_LOCK+1)
468 ** NO_LOCK, SHARED_LOCK, RESERVED_LOCK or EXCLUSIVE_LOCK.
471 ** locks), this variable is always set to EXCLUSIVE_LOCK. Since such
    [all...]
os_os2.c 298 ** (4) EXCLUSIVE_LOCK
351 || (locktype==EXCLUSIVE_LOCK && pFile->locktype==RESERVED_LOCK)
394 if( locktype==EXCLUSIVE_LOCK && res == NO_ERROR ){
403 if( locktype==EXCLUSIVE_LOCK && res == NO_ERROR ){
413 newLocktype = EXCLUSIVE_LOCK;
513 if( type>=EXCLUSIVE_LOCK ){
    [all...]
os_unix.c 522 case EXCLUSIVE_LOCK: return "EXCLUSIVE";
    [all...]
os_win.c 957 ** (4) EXCLUSIVE_LOCK
1008 || ( (locktype==EXCLUSIVE_LOCK)
1051 if( locktype==EXCLUSIVE_LOCK && res ){
1058 if( locktype==EXCLUSIVE_LOCK && res ){
1064 newLocktype = EXCLUSIVE_LOCK;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 144 milliseconds