Searched refs:log_state (Results 1 – 1 of 1) sorted by relevance
37 PetscLogState log_state = NULL; in PetscLogStageFindId() local43 if (!(log_state = petsc_log_state)) PetscFunctionReturn(PETSC_SUCCESS); /* logging is off ? */ in PetscLogStageFindId()51 PetscLogState log_state = NULL; in PetscLogClassFindId() local57 if (!(log_state = petsc_log_state)) PetscFunctionReturn(PETSC_SUCCESS); /* logging is off ? */ in PetscLogClassFindId()65 PetscLogState log_state = NULL; in PetscLogEventFindId() local71 if (!(log_state = petsc_log_state)) PetscFunctionReturn(PETSC_SUCCESS); /* logging is off ? */ in PetscLogEventFindId()79 PetscLogState log_state = NULL; in PetscLogStageFindName() local84 if (!(log_state = petsc_log_state)) PetscFunctionReturn(PETSC_SUCCESS); /* logging is off ? */ in PetscLogStageFindName()92 PetscLogState log_state = NULL; in PetscLogClassFindName() local97 if (!(log_state = petsc_log_state)) PetscFunctionReturn(PETSC_SUCCESS); /* logging is off ? */ in PetscLogClassFindName()[all …]