Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h7197 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
H A Dsqlite3.c8236 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
21435 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in osLocaltime()
22131 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); in currentTimeFunc()
22134 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); in currentTimeFunc()
22517 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in sqlite3_vfs_find()
22563 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); ) in sqlite3_vfs_register()
22587 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); ) in sqlite3_vfs_unregister()
65599 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
120434 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
159116 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
[all …]

Completed in 447 milliseconds