Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h6261 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
H A Dsqlite3.c6468 #define SQLITE_MUTEX_STATIC_MASTER 2 macro
16422 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); in currentTimeFunc()
16425 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER)); in currentTimeFunc()
16787 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in sqlite3_vfs_find()
26076 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
26079 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
36595 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
36598 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
55037 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER);
131886 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER));
[all …]

Completed in 348 milliseconds