Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c10844 #define sqlite3MutexAlloc(X) ((sqlite3_mutex*)8) macro
13034 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int);
16787 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MASTER); in sqlite3_vfs_find()
17502 mem.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in sqlite3MemInit()
18062 mem3.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in memsys3Enter()
19026 mem5.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MEM); in memsys5Init()
19195 SQLITE_PRIVATE sqlite3_mutex *sqlite3MutexAlloc(int id){ in sqlite3MutexAlloc() function
22552 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG);
55156 pBt->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_FAST);
128173 sqlite3MutexAlloc(SQLITE_MUTEX_RECURSIVE);
[all …]

Completed in 316 milliseconds