Searched refs:sqlite3_mutex_methods (Results 1 – 2 of 2) sorted by relevance
7930 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef7931 struct sqlite3_mutex_methods { struct
8239 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8240 struct sqlite3_mutex_methods { struct19484 sqlite3_mutex_methods mutex; /* Low-level mutex interface */19933 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void);19934 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void);27630 static SQLITE_WSD const sqlite3_mutex_methods *pGlobalMutexMethods;27747 sqlite3_mutex_methods const *multiThreadedCheckMutex(void){27748 static const sqlite3_mutex_methods sMutex = {27791 sqlite3_mutex_methods const *pFrom;27792 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex;[all …]