Searched refs:SQLiteThread (Results 1 – 1 of 1) sorted by relevance
15378 typedef struct SQLiteThread SQLiteThread; typedef21737 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);21738 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);34105 struct SQLiteThread { struct34115 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument34119 SQLiteThread *p; in sqlite3ThreadCreate()34151 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()34177 struct SQLiteThread { struct34189 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()34210 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()[all …]