Searched refs:sqlite3_mutex_methods (Results 1 – 2 of 2) sorted by relevance
8523 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8524 struct sqlite3_mutex_methods { struct
8844 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8845 struct sqlite3_mutex_methods { struct21289 sqlite3_mutex_methods mutex; /* Low-level mutex interface */21762 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void);21763 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void);30037 static SQLITE_WSD const sqlite3_mutex_methods *pGlobalMutexMethods;30158 sqlite3_mutex_methods const *multiThreadedCheckMutex(void){ in multiThreadedCheckMutex()30159 static const sqlite3_mutex_methods sMutex = { in multiThreadedCheckMutex()30202 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit()30203 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex; in sqlite3MutexInit()[all …]