Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3ext.h533 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dsqlite3.h7859 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
/third_party/sqlite/src/
Dsqlite3.c8168 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
16731 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
27845 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){
38200 pInode->pLockMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
41418 pShmNode->pShmMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
48894 pShmNode->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
51713 p->pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_FAST);
132243 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc
132717 sqlite3_mutex_alloc,
213934 pNew->mutex = sqlite3_mutex_alloc(SQLITE_MUTEX_RECURSIVE);
[all …]
Dshell.c12909 sqlite3_mutex_enter(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverEnterMutex()
12912 sqlite3_mutex_leave(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)); in recoverLeaveMutex()
12917 assert( sqlite3_mutex_held(sqlite3_mutex_alloc(RECOVER_MUTEX_ID)) ); in recoverAssertMutexHeld()
/third_party/chromium/patch/
D0003-ohos-1115.patch84469 -#define sqlite3_mutex_alloc chrome_sqlite3_mutex_alloc // Line 7682
84478 +#define sqlite3_mutex_alloc chrome_sqlite3_mutex_alloc // Line 7756
122884 -#define sqlite3_mutex_alloc chrome_sqlite3_mutex_alloc // Line 7682
122893 +#define sqlite3_mutex_alloc chrome_sqlite3_mutex_alloc // Line 7756
184052 + sqlite3_mutex *pMutex = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_APP1);