Searched refs:ctInstantParallelism (Results 1 – 1 of 1) sorted by relevance
29 static std::atomic<unsigned> ctInstantParallelism; variable37 unsigned p = ++ctInstantParallelism; in Started()46 --ctInstantParallelism; in Stopped()71 static unsigned InstantParallelism() { return ctInstantParallelism; } in InstantParallelism()74 …CHECK_MESSAGE(ctInstantParallelism == 0, "Reset cannot be called when concurrency tracking is unde… in Reset()75 ctInstantParallelism = ctPeakParallelism = 0; in Reset()