Home
last modified time | relevance | path

Searched refs:SQLITE_MUTEX_STATIC_MAIN (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3.h7850 #define SQLITE_MUTEX_STATIC_MAIN 2 macro
/third_party/sqlite/src/
Dsqlite3.c8163 #define SQLITE_MUTEX_STATIC_MAIN 2 macro
23308 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
23974 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
23977 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));
24381 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
24396 assert( sqlite3_mutex_held(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)) );
24427 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
24451 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
43760 MUTEX_LOGIC( pMainMtx = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); )
68269 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);
[all …]