Searched refs:sqlite3_mutex_methods (Results 1 – 2 of 2) sorted by relevance
8366 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8367 struct sqlite3_mutex_methods { struct
8685 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8686 struct sqlite3_mutex_methods { struct20667 sqlite3_mutex_methods mutex; /* Low-level mutex interface */21138 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void);21139 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void);29306 static SQLITE_WSD const sqlite3_mutex_methods *pGlobalMutexMethods;29423 sqlite3_mutex_methods const *multiThreadedCheckMutex(void){ in multiThreadedCheckMutex()29424 static const sqlite3_mutex_methods sMutex = { in multiThreadedCheckMutex()29467 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit()29468 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex; in sqlite3MutexInit()[all …]