Searched refs:debugMutexNotheld (Results 1 – 1 of 1) sorted by relevance
30475 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function30547 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()30552 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()30567 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()30581 debugMutexNotheld in sqlite3NoopMutex()