Home
last modified time | relevance | path

Searched refs:SQLiteThread (Results 1 – 3 of 3) 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
56 SQLiteThread *p; in sqlite3ThreadCreate()
88 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
114 struct SQLiteThread { struct
126 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
151 SQLiteThread *p; in sqlite3ThreadCreate()
184 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
219 struct SQLiteThread { struct
231 SQLiteThread *p; in sqlite3ThreadCreate()
[all …]
H A DsqliteInt.h1210 typedef struct SQLiteThread SQLiteThread; typedef
5478 int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
5479 int sqlite3ThreadJoin(SQLiteThread*, void**);
H A Dvdbesort.c296 SQLiteThread *pThread; /* Background thread, if any */