Home
last modified time | relevance | path

Searched refs:SQLiteThread (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15332 typedef struct SQLiteThread SQLiteThread; typedef
21655 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
21656 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
33796 struct SQLiteThread { struct
33806 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
33810 SQLiteThread *p; in sqlite3ThreadCreate()
33842 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
33868 struct SQLiteThread { struct
33880 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
33901 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
[all …]