Lines Matching defs:sqlite3_mutex
1079 typedef struct sqlite3_mutex sqlite3_mutex; typedef
12886 struct sqlite3_mutex { struct
12896 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() argument
13011 struct sqlite3_mutex { struct
13021 ** The sqlite3_mutex_alloc() routine allocates a new argument
13259 struct sqlite3_mutex { struct
13275 ** The sqlite3_mutex_alloc() routine allocates a new argument
13559 struct sqlite3_mutex { struct
13560 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
13561 int id; /* Mutex type */
13562 int nRef; /* Number of enterances */
13563 DWORD owner; /* Thread holding this mutex */