Searched defs:UNIX_SHM_DMS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c3611 #define UNIX_SHM_DMS (UNIX_SHM_BASE+SQLITE_SHM_NLOCK) /* deadman switch */ macro
3826 if( unixShmSystemLock(pShmNode, F_WRLCK, UNIX_SHM_DMS, 1)==SQLITE_OK ){
3832 rc = unixShmSystemLock(pShmNode, F_RDLCK, UNIX_SHM_DMS, 1);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c27752 #define UNIX_SHM_DMS (UNIX_SHM_BASE+SQLITE_SHM_NLOCK) /* deadman switch */ macro
27967 if( unixShmSystemLock(pShmNode, F_WRLCK, UNIX_SHM_DMS, 1)==SQLITE_OK ){
27973 rc = unixShmSystemLock(pShmNode, F_RDLCK, UNIX_SHM_DMS, 1);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c28326 #define UNIX_SHM_DMS macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c28346 #define UNIX_SHM_DMS macro
[all...]

Completed in 418 milliseconds