Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasi.h22 #if !defined(F_WRLCK)
24 F_WRLCK, enumerator
/sqlite-3.40.0/tool/
H A Dshowlocks.c48 x.l_type = F_WRLCK; in showLocksInRange()
56 x.l_pid, x.l_type==F_WRLCK ? "WRLCK" : "RDLCK"); in showLocksInRange()
H A Dgetlock.c103 if( isLocked(hDb, F_WRLCK, SHARED_FIRST, SHARED_SIZE, "SHARED") ){ in main()
127 nLock += isLocked(hShm, F_WRLCK, SHM_READ_FIRST+i, 1, "WAL-READ"); in main()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_unix.c319 static const short aType[3] = { F_UNLCK, F_RDLCK, F_WRLCK }; in lsmPosixOsLock()
324 assert( aType[LSM_LOCK_EXCL]==F_WRLCK ); in lsmPosixOsLock()
349 static const short aType[3] = { 0, F_RDLCK, F_WRLCK }; in lsmPosixOsTestLock()
354 assert( aType[LSM_LOCK_EXCL]==F_WRLCK ); in lsmPosixOsTestLock()
/sqlite-3.40.0/doc/
H A DF2FS.txt33 /* Take an F_WRLCK lock on the database file. This prevents any other
58 ** relinquishes the F_WRLCK lock. */
/sqlite-3.40.0/src/
H A Dos_unix.c795 }else if( p->l_type==F_WRLCK ){ in lockTrace()
814 }else if( l2.l_type==F_WRLCK ){ in lockTrace()
1531 lock.l_type = F_WRLCK; in unixCheckReservedLock()
1620 lock.l_type = F_WRLCK; in unixFileLock()
1769 lock.l_type = (eFileLock==SHARED_LOCK?F_RDLCK:F_WRLCK); in unixLock()
1828 lock.l_type = F_WRLCK; in unixLock()
4343 f.l_type = F_WRLCK; in unixFcntlExternalReader()
4420 assert( lockType==F_WRLCK ); in unixShmSystemLock()
4431 assert( lockType==F_WRLCK ); in unixShmSystemLock()
4525 lock.l_type = F_WRLCK; in unixLockSharedMemory()
[all …]