Searched refs:SQLiteThread (Results 1 – 1 of 1) sorted by relevance
15378 typedef struct SQLiteThread SQLiteThread; typedef21738 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()34177 struct SQLiteThread { struct34189 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()34214 SQLiteThread *p; in sqlite3ThreadCreate()34282 struct SQLiteThread { struct34294 SQLiteThread *p; in sqlite3ThreadCreate()[all …]