Searched refs:bundleWork (Results 1 – 1 of 1) sorted by relevance
214 int bundleWork=1; // bit 0 set if bundles are still being prepared (BAM file not exhausted yet) variable555 bundleWork |= 0x02; //set bit 1 in main()1252 bundleWork &= ~(int)0x01; //clear bit 0; in noMoreBundles()1389 while (bundleWork) { in workerThread()1398 while (bundleWork && bundleQueue->Count()==0) { in workerThread()1407 if ((bundleWork & 0x02)!=0 && (readyBundle=bundleQueue->Pop())!=NULL) { //is bit 1 set? in workerThread()1409 bundleWork &= ~(int)0x02; //clear bit 1 (queue is empty) in workerThread()