Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h6595 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
H A Dsqlite3.c6855 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
18990 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in osLocaltime()
19652 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); in currentTimeFunc()
19655 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); in currentTimeFunc()
20033 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in sqlite3_vfs_find()
20079 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); ) in sqlite3_vfs_register()
20099 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in sqlite3_vfs_unregister()
60362 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
110099 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
140655 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
[all …]

Completed in 507 milliseconds