Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h407 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
H A Dsqlite3.h5894 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
H A Dsqlite3.c5922 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
10111 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
18170 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
27847 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
34740 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
38280 pcache1.grp.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_LRU);
38281 pcache1.mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PMEM);
95483 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
95850 sqlite3_mutex_alloc,