Lines Matching refs:sqlite3_mutex_notheld
8729 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
17796 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
29604 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function
39630 assert( sqlite3_mutex_notheld(unixBigLock) ); /* Not a recursive mutex */ in unixEnterMutex()
40092 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex); in unixFileMutexNotheld()
44953 assert( sqlite3_mutex_notheld(pInode->pLockMutex) ); in findReusableFd()
56451 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
57344 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
57345 assert( sqlite3_mutex_notheld(pcache1.mutex) );
71270 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
74388 assert( sqlite3_mutex_notheld(pBt->mutex) );