Lines Matching refs:SQLiteThread
15421 typedef struct SQLiteThread SQLiteThread; typedef
21780 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
21781 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
33953 struct SQLiteThread { struct
33963 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
33967 SQLiteThread *p; in sqlite3ThreadCreate()
33999 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
34025 struct SQLiteThread { struct
34037 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
34058 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
34062 SQLiteThread *p; in sqlite3ThreadCreate()
34095 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
34130 struct SQLiteThread { struct
34138 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34142 SQLiteThread *p; in sqlite3ThreadCreate()
34161 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
103011 SQLiteThread *pThread; /* Background thread, if any */