Searched refs:sqlite3_mutex_methods (Results 1 – 4 of 4) sorted by relevance
141 sqlite3_mutex_methods.3 \
8130 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8131 struct sqlite3_mutex_methods { struct
8443 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8444 struct sqlite3_mutex_methods { struct20130 sqlite3_mutex_methods mutex; /* Low-level mutex interface */20594 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3DefaultMutex(void);20595 SQLITE_PRIVATE sqlite3_mutex_methods const *sqlite3NoopMutex(void);28529 static SQLITE_WSD const sqlite3_mutex_methods *pGlobalMutexMethods;28646 sqlite3_mutex_methods const *multiThreadedCheckMutex(void){ in multiThreadedCheckMutex()28647 static const sqlite3_mutex_methods sMutex = { in multiThreadedCheckMutex()28690 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit()28691 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex; in sqlite3MutexInit()[all …]
1575 struct sqlite3_mutex_methods struct