Searched refs:SQLiteThread (Results 1 – 1 of 1) sorted by relevance
15775 typedef struct SQLiteThread SQLiteThread; typedef22208 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);22209 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);34675 struct SQLiteThread { struct34685 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument34689 SQLiteThread *p; in sqlite3ThreadCreate()34721 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()34747 struct SQLiteThread { struct34759 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()34780 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()[all …]