Lines Matching defs:sqlite3_mutex
1414 typedef struct sqlite3_mutex sqlite3_mutex; typedef
17653 struct sqlite3_mutex { struct
17674 ** The sqlite3_mutex_alloc() routine allocates a new argument
17939 struct sqlite3_mutex { struct
17955 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
18276 struct sqlite3_mutex { struct
18277 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 */
18282 int trace; /* True to trace changes */