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