Searched refs:debugMutexNotheld (Results 1 – 1 of 1) sorted by relevance
93 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function165 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()170 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()185 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()199 debugMutexNotheld in sqlite3NoopMutex()