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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 394 milliseconds