Searched defs:sqlite3_mutex (Results 1 – 2 of 2) sorted by relevance
1008 typedef struct sqlite3_mutex sqlite3_mutex; typedef18492 struct sqlite3_mutex { struct18508 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument18829 struct sqlite3_mutex { struct18830 CRITICAL_SECTION mutex; /* Mutex controlling the lock */18831 int id; /* Mutex type */18833 volatile int nRef; /* Number of enterances */18834 volatile DWORD owner; /* Thread holding this mutex */18835 int trace; /* True to trace changes */
980 typedef struct sqlite3_mutex sqlite3_mutex; typedef