Searched refs:SQLITE_MUTEX_STATIC_MAIN (Results 1 – 2 of 2) sorted by relevance
8214 #define SQLITE_MUTEX_STATIC_MAIN 2 macro
8527 #define SQLITE_MUTEX_STATIC_MAIN 2 macro24775 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); in osLocaltime()25964 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)); in currentTimeFunc()25967 sqlite3_mutex_leave(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN)); in currentTimeFunc()26409 mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); in sqlite3_vfs_find()26455 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); ) in sqlite3_vfs_register()26479 MUTEX_LOGIC( mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN); ) in sqlite3_vfs_unregister()73157 mutexShared = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);137974 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN);184982 sqlite3_mutex_enter(sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_MAIN));[all …]