Searched refs:RECOVER_MUTEX_ID (Results 1 – 1 of 1) sorted by relevance
277 #define RECOVER_MUTEX_ID SQLITE_MUTEX_STATIC_APP2 macro297 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()300 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex()305 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()