Home
last modified time | relevance | path

Searched defs:sqlite3_mutex (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h673 typedef struct sqlite3_mutex sqlite3_mutex; typedef
Dsqlite3.c1079 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 */
[all …]