Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c41528 int unixFileMutexNotheld(unixFile *pFile){ in unixFileMutexNotheld() function
41660 assert( unixFileMutexNotheld(pFile) ); in releaseInodeInfo()
42516 assert( unixFileMutexNotheld(pFile) ); in unixClose()
43106 assert( unixFileMutexNotheld(pFile) ); in semXClose()
43557 assert( unixFileMutexNotheld(pFile) ); in afpClose()
45136 assert( unixFileMutexNotheld(pDbFd) ); in unixOpenSharedMemory()
45657 || unixFileMutexNotheld((unixFile*)fd) in unixShmBarrier()
45700 assert( unixFileMutexNotheld(pDbFd) ); in unixShmUnmap()