Lines Matching defs:pThread
100072 SQLiteThread *pThread; /* Background thread, if any */
100891 if( pTask->pThread ){
100897 (void)sqlite3ThreadJoin(pTask->pThread, &pRet);
100902 pTask->pThread = 0;
100915 assert( pTask->pThread==0 && pTask->bDone==0 );
100916 return sqlite3ThreadCreate(&pTask->pThread, xTask, pIn);
100930 ** it is possible that thread pSorter->aTask[pSorter->nTask-1].pThread
100933 ** thread pSorter->aTask[pSorter->nTask-1].pThread first. */
101501 if( rc!=SQLITE_OK || pTask->pThread==0 ) break;
101514 assert( pTask->pThread==0 && pTask->bDone==0 );