Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h1286 typedef struct sqlite3_mutex sqlite3_mutex; typedef
H A Dsqlite3.c1605 typedef struct sqlite3_mutex sqlite3_mutex; typedef
29876 struct sqlite3_mutex { struct
29897 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
30363 struct sqlite3_mutex { struct
30364 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
30365 int id; /* Mutex type */
30389 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
30392 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument