Searched refs:debugMutexNotheld (Results 1 – 1 of 1) sorted by relevance
18336 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function18399 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()18404 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()18419 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()18433 debugMutexNotheld in sqlite3NoopMutex()