Home
last modified time | relevance | path

Searched refs:oldThresh (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/logging/handler/impls/nested/
H A Dlognested.c5 …ogHandlerNestedSetThreshold(PetscLogHandler h, PetscLogDouble newThresh, PetscLogDouble *oldThresh) in PetscLogHandlerNestedSetThreshold() argument
10 if (oldThresh) *oldThresh = nested->threshold; in PetscLogHandlerNestedSetThreshold()
/petsc/src/sys/logging/
H A Dplog.c2133 PetscErrorCode PetscLogSetThreshold(PetscLogDouble newThresh, PetscLogDouble *oldThresh) in PetscLogSetThreshold() argument
2139 PetscCall(PetscLogHandlerNestedSetThreshold(handler, newThresh, oldThresh)); in PetscLogSetThreshold()