Home
last modified time | relevance | path

Searched refs:sqlite3MutexAlloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9292 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
11266 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
14597 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in sqlite3_vfs_find()
14639 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in sqlite3_vfs_register()
15163 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MemInit()
16860 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc() function
50148 pBt->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_FAST);
50233 pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
110287 pMaster = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
110297 sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c16528 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
19364 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
23265 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in sqlite3_vfs_find()
23983 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MemInit()
25879 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc() function
27425 mem0.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);
30237 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG);
47714 winBigLock = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_VFS1);
66870 pBt->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_FAST);
160425 sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);
[all …]