Lines Matching refs:SQLiteThread
14294 typedef struct SQLiteThread SQLiteThread; typedef
20248 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
20249 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
31253 struct SQLiteThread {
31263 SQLiteThread **ppThread, /* OUT: Write the thread object here */
31267 SQLiteThread *p;
31299 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
31325 struct SQLiteThread {
31337 SQLiteThread *p = (SQLiteThread *)pArg;
31358 SQLiteThread **ppThread, /* OUT: Write the thread object here */
31362 SQLiteThread *p;
31395 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
31430 struct SQLiteThread {
31438 SQLiteThread **ppThread, /* OUT: Write the thread object here */
31442 SQLiteThread *p;
31461 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
95989 SQLiteThread *pThread; /* Background thread, if any */