Home
last modified time | relevance | path

Searched refs:sqlite3_mutex_alloc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h534 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h8084 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
H A Dshell.c16769 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()
16772 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex()
16777 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
H A Dsqlite3.c8397 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
17357 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
29023 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
39840 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
43095 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
43104 pShmNode->aMutex[ii] = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
50619 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
53454 p->pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
136967 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
137443 sqlite3_mutex_alloc,
[all …]