Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c1350 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 */
[all …]
H A Dsqlite3.h797 typedef struct sqlite3_mutex sqlite3_mutex; typedef
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c2222 typedef struct sqlite3_mutex sqlite3_mutex; typedef
26212 struct sqlite3_mutex { struct
26233 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
H A Dsqlite3.h1183 typedef struct sqlite3_mutex sqlite3_mutex; typedef