Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15378 typedef struct SQLiteThread SQLiteThread; typedef
21737 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
21738 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
34105 struct SQLiteThread { struct
34115 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34119 SQLiteThread *p; in sqlite3ThreadCreate()
34151 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
34177 struct SQLiteThread { struct
34189 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
34210 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
[all …]