Searched refs:SQLiteThread (Results 1 – 1 of 1) sorted by relevance
15775 typedef struct SQLiteThread SQLiteThread; typedef22209 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);22210 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);34676 struct SQLiteThread { struct34686 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument34690 SQLiteThread *p; in sqlite3ThreadCreate()34722 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()34748 struct SQLiteThread { struct34760 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()34781 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()[all …]