Searched defs:sqlite3_mutex (Results 1 – 11 of 11) sorted by relevance
41 struct sqlite3_mutex { struct57 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
25 struct sqlite3_mutex { struct26 CRITICAL_SECTION mutex; /* Mutex controlling the lock */27 int id; /* Mutex type */29 volatile int nRef; /* Number of enterances */30 volatile DWORD owner; /* Thread holding this mutex */31 int trace; /* True to trace changes */
31 struct sqlite3_mutex { struct52 ** The sqlite3_mutex_alloc() routine allocates a new argument
26 struct sqlite3_mutex { struct27 sqlite3_mutex *pReal; argument39 sqlite3_mutex aStatic[6]; /* The six static mutexes */ argument
753 typedef struct sqlite3_mutex sqlite3_mutex; typedef
1301 typedef struct sqlite3_mutex sqlite3_mutex; typedef16774 struct sqlite3_mutex { struct16795 ** The sqlite3_mutex_alloc() routine allocates a new argument17060 struct sqlite3_mutex { struct17076 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument17397 struct sqlite3_mutex { struct17398 CRITICAL_SECTION mutex; /* Mutex controlling the lock */17399 int id; /* Mutex type */17401 volatile int nRef; /* Number of enterances */17402 volatile DWORD owner; /* Thread holding this mutex */[all …]
758 typedef struct sqlite3_mutex sqlite3_mutex; typedef
1098 typedef struct sqlite3_mutex sqlite3_mutex; typedef18765 struct sqlite3_mutex { struct18781 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
983 typedef struct sqlite3_mutex sqlite3_mutex; typedef