Searched refs:sqlite3_mutex_alloc (Results 1 – 4 of 4) sorted by relevance
544 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
8454 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
21034 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()21037 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex()21042 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
8775 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);18433 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro30286 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function41798 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in findInodeInfo()45209 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in unixOpenSharedMemory()45218 pShmNode->aMutex[ii] = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in unixOpenSharedMemory()53099 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);55895 p->pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);142998 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro143484 sqlite3_mutex_alloc,[all …]