Searched defs:sqlite3_mutex (Results 1 – 4 of 4) sorted by relevance
41 struct sqlite3_mutex { struct62 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
37 struct sqlite3_mutex { struct38 CRITICAL_SECTION mutex; /* Mutex controlling the lock */39 int id; /* Mutex type */63 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument66 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument
40 struct sqlite3_mutex { struct41 sqlite3_mutex *pReal; argument53 sqlite3_mutex aStatic[STATIC_MUTEXES]; /* The static mutexes */ argument
1254 typedef struct sqlite3_mutex sqlite3_mutex; typedef