Searched refs:sqlite3_mutex_held (Results 1 – 3 of 3) sorted by relevance
8728 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);17795 #define sqlite3_mutex_held(X) ((void)(X),1) macro17803 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);24386 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusValue()24406 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusUp()24417 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusDown()24434 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusHighwater()26923 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) ); in vfsUnlink()28113 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3UnlinkFromList()28132 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Unlink()[all …]
8409 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
19027 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()