Searched refs:sqlite3_mutex_alloc (Results 1 – 4 of 4) sorted by relevance
536 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
8295 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
19019 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()19022 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex()19027 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
8614 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);17790 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro29521 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function40325 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in findInodeInfo()43574 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in unixOpenSharedMemory()43583 pShmNode->aMutex[ii] = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in unixOpenSharedMemory()51556 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);54402 p->pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);138882 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc139360 sqlite3_mutex_alloc,[all …]