Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3ext.h517 #define sqlite3_mutex_enter sqlite3_api->mutex_enter macro
Dsqlite3.h7722 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
/third_party/sqlite/src/
Dsqlite3.c8035 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
16263 #define sqlite3_mutex_enter(X) macro
22543 sqlite3_mutex_enter(pMutex);
22609 sqlite3_mutex_enter(db->mutex);
23310 sqlite3_mutex_enter(mutex);
23974 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
24383 sqlite3_mutex_enter(mutex);
24428 sqlite3_mutex_enter(mutex);
24452 sqlite3_mutex_enter(mutex);
25155 sqlite3_mutex_enter(mem.mutex);
[all …]
/third_party/chromium/patch/
D0004-3.2-Beta5.patch46774 + sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_TEMPDIR));
46818 + sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_TEMPDIR));
46855 + sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_TEMPDIR));
46910 + sqlite3_mutex_enter(pMutex);
47100 + sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_TEMPDIR));
47124 + sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_TEMPDIR));
47636 + sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_TEMPDIR));
47680 + sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_TEMPDIR));
47717 + sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_TEMPDIR));
47772 + sqlite3_mutex_enter(pMutex);
[all …]
D0003-3.2-Beta3-1115.patch79067 -#define sqlite3_mutex_enter chrome_sqlite3_mutex_enter // Line 7684
79076 +#define sqlite3_mutex_enter chrome_sqlite3_mutex_enter // Line 7758
93409 sqlite3_mutex_enter(mutex);
98530 sqlite3_mutex_enter(db->mutex);
98644 sqlite3_mutex_enter(p->db->mutex);
98672 sqlite3_mutex_enter(db->mutex);
100105 sqlite3_mutex_enter(db->mutex);
114393 + sqlite3_mutex_enter(db->mutex);
116702 -#define sqlite3_mutex_enter chrome_sqlite3_mutex_enter // Line 7684
116711 +#define sqlite3_mutex_enter chrome_sqlite3_mutex_enter // Line 7758
[all …]