Lines Matching full:sqlite3_mutex_notheld
7838 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
7885 ** <li> [sqlite3_mutex_notheld()] </li>
7927 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
7950 ** the appropriate thing to do. The sqlite3_mutex_notheld()
7955 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
14994 #define sqlite3_mutex_notheld(X) ((void)(X),1)
23823 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
23830 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){
23926 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
24119 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
24801 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
46373 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
47265 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
47266 assert( sqlite3_mutex_notheld(pcache1.mutex) );
60121 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
62961 assert( sqlite3_mutex_notheld(pBt->mutex) );