Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dmutex_unix.c41 struct sqlite3_mutex { struct
57 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
Dmutex_w32.c25 struct sqlite3_mutex { struct
26 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 */
Dmutex_os2.c31 struct sqlite3_mutex { struct
52 ** The sqlite3_mutex_alloc() routine allocates a new argument
Dtest_mutex.c26 struct sqlite3_mutex { struct
27 sqlite3_mutex *pReal; argument
39 sqlite3_mutex aStatic[6]; /* The six static mutexes */ argument
Dsqlite.h.in753 typedef struct sqlite3_mutex sqlite3_mutex; typedef
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c1301 typedef struct sqlite3_mutex sqlite3_mutex; typedef
16774 struct sqlite3_mutex { struct
16795 ** The sqlite3_mutex_alloc() routine allocates a new argument
17060 struct sqlite3_mutex { struct
17076 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
17397 struct sqlite3_mutex { struct
17398 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 …]
Dsqlite3.h758 typedef struct sqlite3_mutex sqlite3_mutex; typedef
/external/sqlite/dist/
Dsqlite3.c1098 typedef struct sqlite3_mutex sqlite3_mutex; typedef
18765 struct sqlite3_mutex { struct
18781 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
Dsqlite3.h983 typedef struct sqlite3_mutex sqlite3_mutex; typedef
/external/sqlite/dist/orig/
Dsqlite3.c1098 typedef struct sqlite3_mutex sqlite3_mutex; typedef
18765 struct sqlite3_mutex { struct
18781 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
Dsqlite3.h983 typedef struct sqlite3_mutex sqlite3_mutex; typedef