Lines Matching refs:SQLiteThread
15775 typedef struct SQLiteThread SQLiteThread; typedef
22209 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
22210 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
34676 struct SQLiteThread { struct
34686 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34690 SQLiteThread *p; in sqlite3ThreadCreate()
34722 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
34748 struct SQLiteThread { struct
34760 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
34781 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
34785 SQLiteThread *p; in sqlite3ThreadCreate()
34818 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
34853 struct SQLiteThread { struct
34861 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34865 SQLiteThread *p; in sqlite3ThreadCreate()
34884 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
104395 SQLiteThread *pThread; /* Background thread, if any */