Lines Matching refs:SQLiteThread
15253 typedef struct SQLiteThread SQLiteThread; typedef
21577 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
21578 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
33712 struct SQLiteThread { struct
33722 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
33726 SQLiteThread *p; in sqlite3ThreadCreate()
33758 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
33784 struct SQLiteThread { struct
33796 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
33817 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
33821 SQLiteThread *p; in sqlite3ThreadCreate()
33854 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
33889 struct SQLiteThread { struct
33897 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
33901 SQLiteThread *p; in sqlite3ThreadCreate()
33920 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
102221 SQLiteThread *pThread; /* Background thread, if any */