Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dsqlite3ext.h463 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dsqlite3.h6816 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
Dsqlite3.c7840 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
14988 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
23756 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
35170 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
42594 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
113728 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
114140 sqlite3_mutex_alloc,
177613 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);
/external/sqlite/dist/
Dsqlite3ext.h463 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dsqlite3.h6816 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
Dsqlite3.c7840 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
14988 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
23756 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
35170 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
42594 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
113728 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
114140 sqlite3_mutex_alloc,
177625 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);