Searched refs:debugMutexNotheld (Results 1 – 1 of 1) sorted by relevance
29711 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function29783 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()29788 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()29803 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()29817 debugMutexNotheld in sqlite3NoopMutex()