Searched refs:F_WRLCK (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-wasi.h | 22 #if !defined(F_WRLCK) 24 F_WRLCK, enumerator
|
| /sqlite-3.40.0/tool/ |
| H A D | showlocks.c | 48 x.l_type = F_WRLCK; in showLocksInRange() 56 x.l_pid, x.l_type==F_WRLCK ? "WRLCK" : "RDLCK"); in showLocksInRange()
|
| H A D | getlock.c | 103 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 D | lsm_unix.c | 319 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 D | F2FS.txt | 33 /* 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 D | os_unix.c | 795 }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 …]
|