Searched refs:sqlite3_mutex_alloc (Results 1 – 4 of 4) sorted by relevance
534 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
8084 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
16769 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()16772 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex()16777 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
8397 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);17357 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro29023 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function39840 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);43095 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);43104 pShmNode->aMutex[ii] = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);50619 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);53454 p->pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);136967 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc137443 sqlite3_mutex_alloc,[all …]