Home
last modified time | relevance | path

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

/dports/biology/stringtie/stringtie-2.1.1/
H A Dstringtie.cpp214 int bundleWork=1; // bit 0 set if bundles are still being prepared (BAM file not exhausted yet) variable
555 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()