Lines Matching defs:sqlite3_mutex_notheld
8166 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
8213 ** <li> [sqlite3_mutex_notheld()] </li>
8255 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
8278 ** the appropriate thing to do. The sqlite3_mutex_notheld()
8283 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
16737 #define sqlite3_mutex_notheld(X) ((void)(X),1)
27916 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
27923 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){
28018 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
28212 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
28702 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
37557 assert( sqlite3_mutex_notheld(unixBigLock) ); /* Not a recursive mutex */
38019 return sqlite3_mutex_notheld(pFile->pInode->pLockMutex);
42845 assert( sqlite3_mutex_notheld(pInode->pLockMutex) );
53880 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
54772 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
54773 assert( sqlite3_mutex_notheld(pcache1.mutex) );
68311 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
71374 assert( sqlite3_mutex_notheld(pBt->mutex) );