Lines Matching refs:SQLiteThread
42 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()
147 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
151 SQLiteThread *p; in sqlite3ThreadCreate()
184 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
219 struct SQLiteThread { struct
227 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
231 SQLiteThread *p; in sqlite3ThreadCreate()
250 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()