Searched refs:debugMutexNotheld (Results 1 – 1 of 1) sorted by relevance
29199 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function29271 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()29276 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()29291 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()29305 debugMutexNotheld in sqlite3NoopMutex()