Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15775 typedef struct SQLiteThread SQLiteThread; typedef
22209 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
22210 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
34676 struct SQLiteThread { struct
34686 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34690 SQLiteThread *p; in sqlite3ThreadCreate()
34722 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
34748 struct SQLiteThread { struct
34760 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
34781 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
[all …]