Searched defs:sqlite3_mutex (Results 1 – 2 of 2) sorted by relevance
1577 typedef struct sqlite3_mutex sqlite3_mutex; typedef29365 struct sqlite3_mutex { struct29386 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument29850 struct sqlite3_mutex { struct29851 CRITICAL_SECTION mutex; /* Mutex controlling the lock */29852 int id; /* Mutex type */29876 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument29879 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument
1264 typedef struct sqlite3_mutex sqlite3_mutex; typedef