Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
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 …]
Dsqlite3.h797 typedef struct sqlite3_mutex sqlite3_mutex; typedef
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c1306 typedef struct sqlite3_mutex sqlite3_mutex; typedef
22790 struct sqlite3_mutex { struct
22810 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
Dsqlite3.h1046 typedef struct sqlite3_mutex sqlite3_mutex; typedef