Searched defs:sqlite3_mutex (Results 1 – 3 of 3) sorted by relevance
351 struct sqlite3_mutex; variable
1575 typedef struct sqlite3_mutex sqlite3_mutex; typedef29086 struct sqlite3_mutex { struct29107 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument29571 struct sqlite3_mutex { struct29572 CRITICAL_SECTION mutex; /* Mutex controlling the lock */29573 int id; /* Mutex type */29597 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument29600 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument
1262 typedef struct sqlite3_mutex sqlite3_mutex; typedef