Lines Matching refs:SQLiteThread
14661 typedef struct SQLiteThread SQLiteThread; typedef
20292 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
20293 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
30357 struct SQLiteThread {
30367 SQLiteThread **ppThread, /* OUT: Write the thread object here */
30371 SQLiteThread *p;
30403 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
30429 struct SQLiteThread {
30441 SQLiteThread *p = (SQLiteThread *)pArg;
30462 SQLiteThread **ppThread, /* OUT: Write the thread object here */
30466 SQLiteThread *p;
30499 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
30534 struct SQLiteThread {
30542 SQLiteThread **ppThread, /* OUT: Write the thread object here */
30546 SQLiteThread *p;
30565 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
93953 SQLiteThread *pThread; /* Background thread, if any */