Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c19354 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() function
19426 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexEnter()
19431 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexTry()
19446 assert( p->id==SQLITE_MUTEX_RECURSIVE || debugMutexNotheld(pX) ); in debugMutexLeave()
19460 debugMutexNotheld in sqlite3NoopMutex()

Completed in 328 milliseconds