Home
last modified time | relevance | path

Searched refs:debugMutexNotheld (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c29711 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function
29783 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()