Searched refs:sqlite3_mutex_held (Results 1 – 3 of 3) sorted by relevance
8889 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);18438 #define sqlite3_mutex_held(X) ((void)(X),1) macro18446 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);25084 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusValue()25104 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusUp()25115 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusDown()25132 assert( sqlite3_mutex_held(statMutex[op] ? sqlite3Pcache1Mutex() in sqlite3StatusHighwater()27678 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) ); in vfsUnlink()28868 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3UnlinkFromList()28887 assert( sqlite3_mutex_held(mem3.mutex) ); in memsys3Unlink()[all …]
8568 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
21042 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()