Searched refs:debugMutexNotheld (Results 1 – 2 of 2) sorted by relevance
17019 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function17082 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()17087 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()17102 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()17116 debugMutexNotheld in sqlite3NoopMutex()
26046 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function26118 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()26123 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()26138 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()26152 debugMutexNotheld in sqlite3NoopMutex()