Lines Matching defs:sqlite3_mutex
1350 typedef struct sqlite3_mutex sqlite3_mutex; typedef
17165 struct sqlite3_mutex { struct
17186 ** The sqlite3_mutex_alloc() routine allocates a new argument
17451 struct sqlite3_mutex { struct
17467 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
17788 struct sqlite3_mutex { struct
17789 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 */
17794 int trace; /* True to trace changes */