Searched refs:debugMutexNotheld (Results 1 – 1 of 1) sorted by relevance
30445 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function30517 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()30522 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()30537 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()30551 debugMutexNotheld in sqlite3NoopMutex()