Searched refs:activeTopNesting (Results 1 – 1 of 1) sorted by relevance
68 int activeTopNesting; field in JobPackageTracker.PackageEntry87 if (activeTopNesting > 0) { in getActiveTopTime()188 if (pe.activeTopNesting == 0) { in incActiveTop()192 pe.activeTopNesting++; in incActiveTop()197 if (pe.activeTopNesting == 1) { in decActiveTop()200 pe.activeTopNesting--; in decActiveTop()208 if (pe.activeNesting > 0 || pe.activeTopNesting > 0 || pe.pendingNesting > 0) { in finish()214 nextPe.activeTopNesting = pe.activeTopNesting; in finish()222 if (pe.activeTopNesting > 0) { in finish()224 pe.activeTopNesting = 0; in finish()[all …]