Searched defs:lock (Results 1 – 7 of 7) sorted by relevance
190 pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; variable
320 struct flock lock; in lsmPosixOsLock() local350 struct flock lock; in lsmPosixOsTestLock() local
882 static int multiplexLock(sqlite3_file *pConn, int lock){ in multiplexLock()894 static int multiplexUnlock(sqlite3_file *pConn, int lock){ in multiplexUnlock()
1527 struct flock lock; in unixCheckReservedLock() local1615 struct flock lock; in unixFileLock() local1701 struct flock lock; in unixLock() local1911 struct flock lock; in posixUnlock() local4501 struct flock lock; in unixLockSharedMemory() local
652 static int quotaLock(sqlite3_file *pConn, int lock){ in quotaLock()659 static int quotaUnlock(sqlite3_file *pConn, int lock){ in quotaUnlock()
361 BtLock lock; /* Object used to lock page 1 */ member
523 AsyncFileLock lock; /* Lock state for this handle */ member