Home | History | Annotate | Download | only in dist

Lines Matching defs:bDone

102538 ** Before a background thread is launched, variable bDone is set to 0. Then,
102539 ** right before it exits, the thread itself sets bDone to 1. This is used for
102551 ** In both cases, the effects of the main thread seeing (bDone==0) even
102558 int bDone; /* Set if thread is finished but not joined */
103378 int bDone = pTask->bDone;
103381 vdbeSorterBlockDebug(pTask, !bDone, "enter");
103383 vdbeSorterBlockDebug(pTask, !bDone, "exit");
103385 assert( pTask->bDone==1 );
103386 pTask->bDone = 0;
103400 assert( pTask->pThread==0 && pTask->bDone==0 );
103947 assert( pTask->bDone==0 );
103949 pTask->bDone = 1;
103983 if( pTask->bDone ){
103999 assert( pTask->pThread==0 && pTask->bDone==0 );
104185 pIncr->pTask->bDone = 1;
104523 pReader->pIncr->pTask->bDone = 1;
162855 int bDone = 0;
162856 rc = whereRangeSkipScanEst(pParse, pLower, pUpper, pLoop, &bDone);
162857 if( bDone ) return rc;
229284 int bDone = 0;
229320 bDone = 1;
229331 bDone = 1;
229352 bDone = 1;
229364 if( bDone==0 ){
240308 int bDone = 0;
240310 for(i=0; p->rc==SQLITE_OK && bDone==0; i++){
240324 bDone = 1;
242892 int bDone = 0;
242894 for(i=0; p->rc==SQLITE_OK && bDone==0; i++){
242927 bDone = 1;
242935 sqlite3Fts5BufferAppendVarint(&p->rc, &pDlidx->buf, !bDone);
245506 int bDone = 0;
245512 bDone = 1;
245515 bDone = 1;
245519 if( bDone==0 ){