Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c15193 typedef struct SQLiteThread SQLiteThread; typedef
21496 SQLITE_PRIVATE int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*);
21497 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
33628 struct SQLiteThread { struct
33638 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
33642 SQLiteThread *p; in sqlite3ThreadCreate()
33674 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
33700 struct SQLiteThread { struct
33712 SQLiteThread *p = (SQLiteThread *)pArg; in sqlite3ThreadProc()
33733 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate()
[all …]