Searched refs:sqlite3_mutex_methods (Results 1 – 2 of 2) sorted by relevance
8525 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8526 struct sqlite3_mutex_methods { struct
8846 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8847 struct sqlite3_mutex_methods { struct21311 sqlite3_mutex_methods mutex; /* Low-level mutex interface */21784 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void);21785 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void);30067 static SQLITE_WSD const sqlite3_mutex_methods *pGlobalMutexMethods;30188 sqlite3_mutex_methods const *multiThreadedCheckMutex(void){ in multiThreadedCheckMutex()30189 static const sqlite3_mutex_methods sMutex = { in multiThreadedCheckMutex()30232 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit()30233 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex; in sqlite3MutexInit()[all …]