Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d351 struct sqlite3_mutex; variable
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c1575 typedef struct sqlite3_mutex sqlite3_mutex; typedef
29086 struct sqlite3_mutex { struct
29107 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
29571 struct sqlite3_mutex { struct
29572 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
29573 int id; /* Mutex type */
29597 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
29600 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument
H A Dsqlite3.h1262 typedef struct sqlite3_mutex sqlite3_mutex; typedef