Searched refs:sqlite3_mutex_methods (Results 1 – 2 of 2) sorted by relevance
7791 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef7792 struct sqlite3_mutex_methods { struct
8104 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8105 struct sqlite3_mutex_methods { struct18904 sqlite3_mutex_methods mutex; /* Low-level mutex interface */19347 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void);19348 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void);26771 static SQLITE_WSD const sqlite3_mutex_methods *pGlobalMutexMethods;26888 sqlite3_mutex_methods const *multiThreadedCheckMutex(void){26889 static const sqlite3_mutex_methods sMutex = {26932 sqlite3_mutex_methods const *pFrom;26933 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex;[all …]