Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40089 int unixFileMutexNotheld(unixFile *pFile){ in unixFileMutexNotheld() function
40221 assert( unixFileMutexNotheld(pFile) ); in releaseInodeInfo()
41034 assert( unixFileMutexNotheld(pFile) ); in unixClose()
41624 assert( unixFileMutexNotheld(pFile) ); in semXClose()
42075 assert( unixFileMutexNotheld(pFile) ); in afpClose()
43531 assert( unixFileMutexNotheld(pDbFd) ); in unixOpenSharedMemory()
44052 || unixFileMutexNotheld((unixFile*)fd) in unixShmBarrier()
44095 assert( unixFileMutexNotheld(pDbFd) ); in unixShmUnmap()