Searched refs:SQLiteThread (Results 1 – 1 of 1) sorted by relevance
15193 typedef struct SQLiteThread SQLiteThread; typedef21496 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);21497 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);33628 struct SQLiteThread { struct33638 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument33642 SQLiteThread *p; in sqlite3ThreadCreate()33674 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()33700 struct SQLiteThread { struct33712 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()33733 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()[all …]