Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c16195 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
19276 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
24284 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
25002 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);
26898 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){
28245 mem0.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM);
31128 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG);
48501 winBigLock = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_VFS1);
68146 pBt->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_FAST);
166847 sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);
[all …]