Searched refs:g_pipeMux (Results 1 – 1 of 1) sorted by relevance
218 static PipeMux<FastaRecord> g_pipeMux(1); variable245 } else if (g_pipeMux.invalidEntry(index)) { in printAlignments()284 WorkerArg* arg = new WorkerArg(*in, *g_pipeMux.addPipe()); in getReadFiles()515 for (pair<FastaRecord, size_t> recPair = g_pipeMux.nextValue(); in alignReadsToDB()516 recPair.second > 0; recPair = g_pipeMux.nextValue()) { in alignReadsToDB()