Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c15639 #define EXCLUSIVE_LOCK 4 macro
41490 }else if( eFileLock==EXCLUSIVE_LOCK ){
45834 if( lockType==EXCLUSIVE_LOCK ){
49988 if( locktype==EXCLUSIVE_LOCK && res ){
49995 if( locktype==EXCLUSIVE_LOCK && res ){
50001 newLocktype = EXCLUSIVE_LOCK;
50082 if( type>=EXCLUSIVE_LOCK ){
58051 assert( p->eLock==EXCLUSIVE_LOCK );
58054 assert( p->eLock>=EXCLUSIVE_LOCK );
58064 assert( p->eLock==EXCLUSIVE_LOCK );
[all …]