14class ThreadListScheduler :
public ThreadScheduler {
16 ThreadListScheduler(Int threads = 1, String outMeasurementFile = String(),
17 String inMeasurementFile = String(),
18 Bool useConditionVariables =
false);
21 const Edges &outEdges);
24 String mInMeasurementFile;