Searched refs:sqlite3_mutex_held (Results 1 – 3 of 3) sorted by relevance
8887 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);18417 #define sqlite3_mutex_held(X) ((void)(X),1) macro18425 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);25054 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusValue()25074 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusUp()25085 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusDown()25102 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusHighwater()27648 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) ); in vfsUnlink()28838 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3UnlinkFromList()28857 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Unlink()[all …]
8566 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
21004 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()