Searched refs:dataClear (Results 1 – 1 of 1) sorted by relevance
211 GVec<int> dataClear; //indexes of data bundles cleared for loading by main thread (clear data pool) variable423 dataClear.setCapacity(num_cpus+1); in main()427 dataClear.Push(b); in main()595 dataClear.Push(bundle->idx); in main()1417 dataClear.Push(readyBundle->idx); in workerThread()1440 while (dataClear.Count()==0) { in waitForData()1444 bidx=dataClear.Pop(); in waitForData()