Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h1310 typedef struct sqlite3_mutex sqlite3_mutex; typedef
H A Dsqlite3.c1631 typedef struct sqlite3_mutex sqlite3_mutex; typedef
30641 struct sqlite3_mutex { struct
30662 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
31120 struct sqlite3_mutex { struct
31121 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
31122 int id; /* Mutex type */
31146 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
31149 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument