Lines Matching refs:sqlite3_mutex_notheld
8605 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
16527 #define sqlite3_mutex_notheld(X) ((void)(X),1) macro
25944 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld() function
34189 assert( sqlite3_mutex_notheld(unixBigLock) ); /* Not a recursive mutex */
34651 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex);
39269 assert( sqlite3_mutex_notheld(pInode->pLockMutex) );
49999 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
50896 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
50897 assert( sqlite3_mutex_notheld(pcache1.mutex) );
64044 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
66961 assert( sqlite3_mutex_notheld(pBt->mutex) );