Searched defs:sqlite3_mutex (Results 1 – 2 of 2) sorted by relevance
673 typedef struct sqlite3_mutex sqlite3_mutex; typedef
1079 typedef struct sqlite3_mutex sqlite3_mutex; typedef12886 struct sqlite3_mutex { struct12896 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() argument13011 struct sqlite3_mutex { struct13021 ** The sqlite3_mutex_alloc() routine allocates a new argument13259 struct sqlite3_mutex { struct13275 ** The sqlite3_mutex_alloc() routine allocates a new argument13559 struct sqlite3_mutex { struct13560 CRITICAL_SECTION mutex; /* Mutex controlling the lock */13561 int id; /* Mutex type */[all …]