Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c1008 typedef struct sqlite3_mutex sqlite3_mutex; typedef
18492 struct sqlite3_mutex { struct
18508 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
18829 struct sqlite3_mutex { struct
18830 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
18831 int id; /* Mutex type */
18833 volatile int nRef; /* Number of enterances */
18834 volatile DWORD owner; /* Thread holding this mutex */
18835 int trace; /* True to trace changes */
H A Dsqlite3.h980 typedef struct sqlite3_mutex sqlite3_mutex; typedef