Searched refs:pop_count (Results 1 – 1 of 1) sorted by relevance
85 …PetscErrorCode PetscLogNestedFindNestedId(PetscLogHandler h, NestedId orig_id, PetscInt *pop_count) in PetscLogNestedFindNestedId() argument96 *pop_count = count; in PetscLogNestedFindNestedId()148 PetscInt pop_count; in PetscLogHandlerNestedEventEnd() local151 PetscCall(PetscLogNestedFindNestedId(h, id, &pop_count)); in PetscLogHandlerNestedEventEnd()152 for (PetscInt c = 0; c < pop_count; c++) { in PetscLogHandlerNestedEventEnd()159 if ((pop_count > 1) && (c + 1 < pop_count)) { in PetscLogHandlerNestedEventEnd()