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; typedef29876 struct sqlite3_mutex { struct29897 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument30363 struct sqlite3_mutex { struct30364 CRITICAL_SECTION mutex; /* Mutex controlling the lock */30365 int id; /* Mutex type */30389 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument30392 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument