Lines Matching defs:sqlite3_mutex_notheld
8395 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
8442 ** <li> [sqlite3_mutex_notheld()] </li>
8484 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
8507 ** the appropriate thing to do. The sqlite3_mutex_notheld()
8512 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
17363 #define sqlite3_mutex_notheld(X) ((void)(X),1)
29090 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
29097 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){
29192 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
29386 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
29876 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
39144 assert( sqlite3_mutex_notheld(unixBigLock) ); /* Not a recursive mutex */
39606 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex);
44474 assert( sqlite3_mutex_notheld(pInode->pLockMutex) );
55502 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
56394 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
56395 assert( sqlite3_mutex_notheld(pcache1.mutex) );
70260 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
73372 assert( sqlite3_mutex_notheld(pBt->mutex) );