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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c17019 static int debugMutexNotheld(sqlite3_mutex *pX){ function
17082 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) );
17087 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) );
17102 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) );
17116 debugMutexNotheld
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c22624 static int debugMutexNotheld(sqlite3_mutex *pX){ function
22696 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) );
22701 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) );
22716 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) );
22730 debugMutexNotheld
[all...]

Completed in 441 milliseconds