Searched defs:sqlite3_mutex (Results 1 – 5 of 5) sorted by relevance
1414 typedef struct sqlite3_mutex sqlite3_mutex; typedef17653 struct sqlite3_mutex { struct17674 ** The sqlite3_mutex_alloc() routine allocates a new argument17939 struct sqlite3_mutex { struct17955 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument18276 struct sqlite3_mutex { struct18277 CRITICAL_SECTION mutex; /* Mutex controlling the lock */18278 int id; /* Mutex type */18280 volatile int nRef; /* Number of enterances */18281 volatile DWORD owner; /* Thread holding this mutex */[all …]
864 typedef struct sqlite3_mutex sqlite3_mutex; typedef
618 typedef struct sqlite3_mutex sqlite3_mutex; typedef