Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c1577 typedef struct sqlite3_mutex sqlite3_mutex; typedef
29365 struct sqlite3_mutex { struct
29386 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
29850 struct sqlite3_mutex { struct
29851 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
29852 int id; /* Mutex type */
29876 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
29879 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument
H A Dsqlite3.h1264 typedef struct sqlite3_mutex sqlite3_mutex; typedef