Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c17019 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function
17082 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()
17087 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()
17102 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()
17116 debugMutexNotheld in sqlite3NoopMutex()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c26046 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function
26118 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()
26123 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()
26138 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()
26152 debugMutexNotheld in sqlite3NoopMutex()