Searched refs:SQLiteThread (Results 1 – 1 of 1) sorted by relevance
15332 typedef struct SQLiteThread SQLiteThread; typedef21655 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);21656 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);33796 struct SQLiteThread { struct33806 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument33810 SQLiteThread *p; in sqlite3ThreadCreate()33842 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()33868 struct SQLiteThread { struct33880 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()33901 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()[all …]