Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h490 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h7067 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
H A Dsqlite3.c8106 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
16066 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
25121 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
33923 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
37063 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
44543 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
119558 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
119993 sqlite3_mutex_alloc,
193844 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);

Completed in 425 milliseconds