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
22208 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
22209 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
34675 struct SQLiteThread { struct
34685 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34689 SQLiteThread *p; in sqlite3ThreadCreate()
34721 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
34747 struct SQLiteThread { struct
34759 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
34780 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
[all …]