Searched refs:activeTopNesting (Results 1 – 1 of 1) sorted by relevance
84 int activeTopNesting; field in JobPackageTracker.PackageEntry104 if (activeTopNesting > 0) { in getActiveTopTime()207 if (pe.activeTopNesting == 0) { in incActiveTop()211 pe.activeTopNesting++; in incActiveTop()216 if (pe.activeTopNesting == 1) { in decActiveTop()219 pe.activeTopNesting--; in decActiveTop()229 if (pe.activeNesting > 0 || pe.activeTopNesting > 0 || pe.pendingNesting > 0) { in finish()235 nextPe.activeTopNesting = pe.activeTopNesting; in finish()243 if (pe.activeTopNesting > 0) { in finish()245 pe.activeTopNesting = 0; in finish()[all …]