Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dthreads.c42 struct SQLiteThread { struct
52 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
114 struct SQLiteThread { struct
124 void *pArg /* IN: Pointer to the SQLiteThread structure */ in sqlite3ThreadProc() argument
219 struct SQLiteThread { struct
227 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
H A DsqliteInt.h1210 typedef struct SQLiteThread SQLiteThread; typedef