Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmutex_unix.c41 struct sqlite3_mutex { struct
62 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
H A Dmutex_w32.c37 struct sqlite3_mutex { struct
38 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
39 int id; /* Mutex type */
63 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
66 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument
H A Dtest_mutex.c40 struct sqlite3_mutex { struct
41 sqlite3_mutex *pReal; argument
53 sqlite3_mutex aStatic[STATIC_MUTEXES]; /* The static mutexes */ argument
H A Dsqlite.h.in1254 typedef struct sqlite3_mutex sqlite3_mutex; typedef