Lines Matching defs:sqlite3ThreadJoin
21738 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread*, void**);
34081 ** sqlite3ThreadJoin(), at which point it terminates.
34085 ** or sqlite3ThreadJoin() call. This is, in fact, what happens in
34151 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
34247 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
34313 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){
103088 ** to sqlite3ThreadJoin() is likely to block. Cases that are likely to
103922 (void)sqlite3ThreadJoin(pTask->pThread, &pRet);