Searched refs:sqlite3_mutex_alloc (Results 1 – 6 of 6) sorted by relevance
139 sqlite3_mutex_alloc.3 \
534 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
8059 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
15506 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()15509 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex()15514 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
8372 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);17307 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro28744 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function39496 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);42751 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);42760 pShmNode->aMutex[ii] = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);50268 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);53103 p->pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);136006 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc136482 sqlite3_mutex_alloc,[all …]
1562 sqlite3_mutex *sqlite3_mutex_alloc(int);