Searched refs:SQLiteThread (Results 1 – 3 of 3) sorted by relevance
42 struct SQLiteThread { struct52 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument56 SQLiteThread *p; in sqlite3ThreadCreate()88 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()114 struct SQLiteThread { struct126 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()151 SQLiteThread *p; in sqlite3ThreadCreate()184 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()219 struct SQLiteThread { struct231 SQLiteThread *p; in sqlite3ThreadCreate()[all …]
1210 typedef struct SQLiteThread SQLiteThread; typedef5478 int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);5479 int sqlite3ThreadJoin(SQLiteThread*, void**);
296 SQLiteThread *pThread; /* Background thread, if any */