Searched refs:sqlite3_mutex_alloc (Results 1 – 4 of 4) sorted by relevance
544 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
8452 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
20996 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()20999 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex()21004 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
8773 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);18412 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro30256 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function41768 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in findInodeInfo()45179 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in unixOpenSharedMemory()45188 pShmNode->aMutex[ii] = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in unixOpenSharedMemory()53053 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);55850 p->pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);142777 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro143263 sqlite3_mutex_alloc,[all …]