Searched defs:sqlite3_mutex (Results 1 – 4 of 4) sorted by relevance
1350 typedef struct sqlite3_mutex sqlite3_mutex; typedef17165 struct sqlite3_mutex { struct17186 ** The sqlite3_mutex_alloc() routine allocates a new argument17451 struct sqlite3_mutex { struct17467 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument17788 struct sqlite3_mutex { struct17789 CRITICAL_SECTION mutex; /* Mutex controlling the lock */17790 int id; /* Mutex type */17792 volatile int nRef; /* Number of enterances */17793 volatile DWORD owner; /* Thread holding this mutex */[all …]
797 typedef struct sqlite3_mutex sqlite3_mutex; typedef
1306 typedef struct sqlite3_mutex sqlite3_mutex; typedef22790 struct sqlite3_mutex { struct22810 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
1046 typedef struct sqlite3_mutex sqlite3_mutex; typedef