Lines Matching defs:SQLiteThread
15378 typedef struct SQLiteThread SQLiteThread;
21737 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
21738 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
34105 struct SQLiteThread {
34115 SQLiteThread **ppThread, /* OUT: Write the thread object here */
34119 SQLiteThread *p;
34151 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
34177 struct SQLiteThread {
34187 void *pArg /* IN: Pointer to the SQLiteThread structure */
34189 SQLiteThread *p = (SQLiteThread *)pArg;
34210 SQLiteThread **ppThread, /* OUT: Write the thread object here */
34214 SQLiteThread *p;
34247 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
34282 struct SQLiteThread {
34290 SQLiteThread **ppThread, /* OUT: Write the thread object here */
34294 SQLiteThread *p;
34313 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
103097 SQLiteThread *pThread; /* Background thread, if any */