Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.h1286 typedef struct sqlite3_mutex sqlite3_mutex; typedef
H A Dsqlite3.c1605 typedef struct sqlite3_mutex sqlite3_mutex; typedef
29877 struct sqlite3_mutex { struct
29898 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
30364 struct sqlite3_mutex { struct
30365 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
30366 int id; /* Mutex type */
30390 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
30393 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument