Searched refs:sqlite3_mutex_alloc (Results 1 – 4 of 4) sorted by relevance
533 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
7859 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
12909 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()12912 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex()12917 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
84469 -#define sqlite3_mutex_alloc chrome_sqlite3_mutex_alloc // Line 768284478 +#define sqlite3_mutex_alloc chrome_sqlite3_mutex_alloc // Line 7756122884 -#define sqlite3_mutex_alloc chrome_sqlite3_mutex_alloc // Line 7682122893 +#define sqlite3_mutex_alloc chrome_sqlite3_mutex_alloc // Line 7756184052 + sqlite3_mutex *pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_APP1);