Searched refs:nested_stack (Results 1 – 2 of 2) sorted by relevance
27 PetscCall(PetscIntStackTop(nested->nested_stack, &key.root)); in PetscLogEventGetNestedEvent()58 PetscCall(PetscIntStackTop(nested->nested_stack, &key.root)); in PetscLogStageGetNestedEvent()125 PetscCall(PetscIntStackTop(nested->nested_stack, &key.root)); in PetscLogNestedCheckNested()140 PetscCall(PetscIntStackPush(nested->nested_stack, nested_event)); in PetscLogHandlerEventBegin_Nested()156 PetscCall(PetscIntStackPop(nested->nested_stack, &nested_event)); in PetscLogHandlerNestedEventEnd()202 PetscCall(PetscIntStackPush(nested->nested_stack, nested_event)); in PetscLogHandlerStagePush_Nested()223 PetscCall(PetscIntStackCreate(&nested->nested_stack)); in PetscLogHandlerContextCreate_Nested()235 PetscCall(PetscIntStackPush(nested->nested_stack, -1)); in PetscLogHandlerContextCreate_Nested()282 PetscCall(PetscIntStackDestroy(nested->nested_stack)); in PetscLogHandlerDestroy_Nested()
46 PetscIntStack nested_stack; // stack of nested ids member