Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16386 typedef struct SQLiteThread SQLiteThread; typedef
22861 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
22862 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
35522 struct SQLiteThread { struct
35532 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
35536 SQLiteThread *p; in sqlite3ThreadCreate()
35568 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
35594 struct SQLiteThread { struct
35606 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
35627 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
[all …]