Searched refs:oldThresh (Results 1 – 2 of 2) sorted by relevance
5 …ogHandlerNestedSetThreshold(PetscLogHandler h, PetscLogDouble newThresh, PetscLogDouble *oldThresh) in PetscLogHandlerNestedSetThreshold() argument10 if (oldThresh) *oldThresh = nested->threshold; in PetscLogHandlerNestedSetThreshold()
2133 PetscErrorCode PetscLogSetThreshold(PetscLogDouble newThresh, PetscLogDouble *oldThresh) in PetscLogSetThreshold() argument2139 PetscCall(PetscLogHandlerNestedSetThreshold(handler, newThresh, oldThresh)); in PetscLogSetThreshold()