Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c41558 int unixFileMutexNotheld(unixFile *pFile){ in unixFileMutexNotheld() function
41690 assert( unixFileMutexNotheld(pFile) ); in releaseInodeInfo()
42546 assert( unixFileMutexNotheld(pFile) ); in unixClose()
43136 assert( unixFileMutexNotheld(pFile) ); in semXClose()
43587 assert( unixFileMutexNotheld(pFile) ); in afpClose()
45166 assert( unixFileMutexNotheld(pDbFd) ); in unixOpenSharedMemory()
45687 || unixFileMutexNotheld((unixFile*)fd) in unixShmBarrier()
45730 assert( unixFileMutexNotheld(pDbFd) ); in unixShmUnmap()