Searched refs:debugMutexNotheld (Results 1 – 1 of 1) sorted by relevance
28920 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function28992 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()28997 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()29012 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()29026 debugMutexNotheld in sqlite3NoopMutex()