Searched defs:sqlite3_mutex (Results 1 – 2 of 2) sorted by relevance
1310 typedef struct sqlite3_mutex sqlite3_mutex; typedef
1631 typedef struct sqlite3_mutex sqlite3_mutex; typedef30611 struct sqlite3_mutex { struct30632 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument31090 struct sqlite3_mutex { struct31091 CRITICAL_SECTION mutex; /* Mutex controlling the lock */31092 int id; /* Mutex type */31116 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument31119 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument