Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_mutex_notheld

5643 ** See also: [sqlite3_mutex_held()] and [sqlite3_mutex_notheld()].
5690 ** <li> [sqlite3_mutex_notheld()] </li>
5732 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routines
5755 ** the appropriate thing to do. ^The sqlite3_mutex_notheld()
5760 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
8784 #define sqlite3_mutex_notheld(X) ((void)(X),1)
16274 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
16280 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){
16373 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
16658 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
16825 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17198 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are
17827 assert( sqlite3_mutex_notheld(mem0.mutex) );
45026 assert( sqlite3_mutex_notheld(p->pBt->mutex) );
47324 assert( sqlite3_mutex_notheld(pBt->mutex) );