Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h37 PetscLogState log_state = NULL; in PetscLogStageFindId() local
43 if (!(log_state = petsc_log_state)) PetscFunctionReturn(PETSC_SUCCESS); /* logging is off ? */ in PetscLogStageFindId()
51 PetscLogState log_state = NULL; in PetscLogClassFindId() local
57 if (!(log_state = petsc_log_state)) PetscFunctionReturn(PETSC_SUCCESS); /* logging is off ? */ in PetscLogClassFindId()
65 PetscLogState log_state = NULL; in PetscLogEventFindId() local
71 if (!(log_state = petsc_log_state)) PetscFunctionReturn(PETSC_SUCCESS); /* logging is off ? */ in PetscLogEventFindId()
79 PetscLogState log_state = NULL; in PetscLogStageFindName() local
84 if (!(log_state = petsc_log_state)) PetscFunctionReturn(PETSC_SUCCESS); /* logging is off ? */ in PetscLogStageFindName()
92 PetscLogState log_state = NULL; in PetscLogClassFindName() local
97 if (!(log_state = petsc_log_state)) PetscFunctionReturn(PETSC_SUCCESS); /* logging is off ? */ in PetscLogClassFindName()
[all …]