Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_mutex_notheld

6105 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
6152 ** <li> [sqlite3_mutex_notheld()] </li>
6194 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
6217 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
6222 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
9577 #define sqlite3_mutex_notheld(X) ((void)(X),1)
17401 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17407 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){
17500 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17798 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17955 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
18328 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
18959 assert( sqlite3_mutex_notheld(mem0.mutex) );
37039 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
37820 assert( sqlite3_mutex_notheld(pcache1.grp.mutex) );
37821 assert( sqlite3_mutex_notheld(pcache1.mutex) );
49104 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
51339 assert( sqlite3_mutex_notheld(pBt->mutex) );