Searched defs:sqlite3_mutex (Results 1 – 2 of 2) sorted by relevance
1286 typedef struct sqlite3_mutex sqlite3_mutex; typedef
1605 typedef struct sqlite3_mutex sqlite3_mutex; typedef29877 struct sqlite3_mutex { struct29898 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument30364 struct sqlite3_mutex { struct30365 CRITICAL_SECTION mutex; /* Mutex controlling the lock */30366 int id; /* Mutex type */30390 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument30393 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument