Searched refs:SQLiteThread (Results 1 – 1 of 1) sorted by relevance
16386 typedef struct SQLiteThread SQLiteThread; typedef22861 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);22862 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);35522 struct SQLiteThread { struct35532 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument35536 SQLiteThread *p; in sqlite3ThreadCreate()35568 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()35594 struct SQLiteThread { struct35606 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()35627 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()[all …]