Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h372 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h5378 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
H A Dsqlite3.c5931 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
9285 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
16853 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
23379 pNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
28430 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
33510 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
36541 pcache1.grp.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_LRU);
36542 pcache1.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PMEM);
89264 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
89605 sqlite3_mutex_alloc,
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3ext.h503 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h7451 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
H A Dsqlite3.c8490 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
16521 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
25870 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
34881 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
38031 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
45546 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
123694 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
124141 sqlite3_mutex_alloc,
200230 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);