Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c106934 int bUseThread; /* True to use a bg thread for this object */ member
107761 if( pIncr->bUseThread ){
108491 assert( pIncr->bUseThread );
108517 if( pIncr->bUseThread ){
108578 pIncr->bUseThread = 1;
108765 if( pIncr->bUseThread ){
108787 if( rc==SQLITE_OK && pIncr->bUseThread ){
108841 assert( pIncr->bUseThread==0 || eMode==INCRINIT_TASK );
108842 if( pIncr->bUseThread ){
109109 && (iTask!=pSorter->nTask-1 || p->pIncr->bUseThread==0) /* b */