Searched refs:activeTopNesting (Results 1 – 1 of 1) sorted by relevance
85 int activeTopNesting; field in JobPackageTracker.PackageEntry105 if (activeTopNesting > 0) { in getActiveTopTime()208 if (pe.activeTopNesting == 0) { in incActiveTop()212 pe.activeTopNesting++; in incActiveTop()217 if (pe.activeTopNesting == 1) { in decActiveTop()220 pe.activeTopNesting--; in decActiveTop()230 if (pe.activeNesting > 0 || pe.activeTopNesting > 0 || pe.pendingNesting > 0) { in finish()236 nextPe.activeTopNesting = pe.activeTopNesting; in finish()244 if (pe.activeTopNesting > 0) { in finish()246 pe.activeTopNesting = 0; in finish()[all …]