Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17797 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
21140 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
25274 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); in osLocaltime()
26463 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)); in currentTimeFunc()
26466 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)); in currentTimeFunc()
26908 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); in sqlite3_vfs_find()
26923 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) ); in vfsUnlink()
26954 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); ) in sqlite3_vfs_register()
26978 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); ) in sqlite3_vfs_unregister()
27626 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MemInit()
[all …]