Searched refs:sqlite3_mutex_alloc (Results 1 – 16 of 16) sorted by relevance
470 sqlite3_mutex *mainmtx = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MAIN); in testSqllog()479 sqllogglobal.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE); in testSqllog()
57 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
214 sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PRNG)); in enterJtMutex()217 sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PRNG)); in leaveJtMutex()
281 sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
322 sqlite3_mutex *p = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in test_alloc_mutex()
307 sqlite3_mutex_alloc,
64 sqlite3_mutex *pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_APP1); in test_barrier()
38 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro755 gQuota.pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in sqlite3_quota_initialize()
546 p->pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in memdbOpen()
527 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
1431 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in findInodeInfo()4649 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST); in unixOpenSharedMemory()
1252 ** Mutexes are created using [sqlite3_mutex_alloc()].7726 ** ^The sqlite3_mutex_alloc() routine allocates a new7727 ** mutex and returns a pointer to it. ^The sqlite3_mutex_alloc()7729 ** mutex. The argument to sqlite3_mutex_alloc() must one of these7750 ** cause sqlite3_mutex_alloc() to create7760 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other7770 ** or SQLITE_MUTEX_RECURSIVE) is used then sqlite3_mutex_alloc()7807 sqlite3_mutex *sqlite3_mutex_alloc(int);7846 ** <li> [sqlite3_mutex_alloc()] </li>7928 ** The [sqlite3_mutex_alloc()] interface takes a single argument
3968 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
250 pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER); in vlogLogClose()281 pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER); in vlogLogOpen()
297 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()300 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex()305 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
5338 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE); in sqlite3rbu_create_vfs()