Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp584 int globalColorIndex = 0; in setupEventColors() local
588 timerColorInfo[i] = globalColorArray[globalColorIndex]; in setupEventColors()
589 globalColorIndex = (globalColorIndex + 1) % numGlobalColors; in setupEventColors()