Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h369 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h5352 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
H A Dsqlite3.c5899 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
9247 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
16766 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
23274 pNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
28254 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
33017 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
35801 pcache1.grp.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_LRU);
35802 pcache1.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PMEM);
87397 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
87731 sqlite3_mutex_alloc,

Completed in 338 milliseconds