Home
last modified time | relevance | path

Searched refs:EXCLUSIVE_LOCK (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15593 #define EXCLUSIVE_LOCK 4 macro
38830 case EXCLUSIVE_LOCK: return "EXCLUSIVE";
39833 || (eFileLock==EXCLUSIVE_LOCK && pFile->eFileLock==RESERVED_LOCK)
39844 }else if( eFileLock==EXCLUSIVE_LOCK ){
39887 }else if( eFileLock==EXCLUSIVE_LOCK && pInode->nShared>1 ){
39899 assert( eFileLock==RESERVED_LOCK || eFileLock==EXCLUSIVE_LOCK );
41048 || (eFileLock==EXCLUSIVE_LOCK && pFile->eFileLock<PENDING_LOCK)
41095 }else if( eFileLock==EXCLUSIVE_LOCK && pInode->nShared>1 ){
41113 if (!failed && eFileLock == EXCLUSIVE_LOCK) {
41146 }else if( eFileLock==EXCLUSIVE_LOCK ){
[all …]