Home
last modified time | relevance | path

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

/petsc/src/sys/tutorials/
H A Dex7.c21 typedef struct _HandlerCtx *HandlerCtx; typedef
29 static PetscErrorCode HandlerCtxCreate(HandlerCtx *ctx_p) in HandlerCtxCreate()
31 HandlerCtx ctx; in HandlerCtxCreate()
40 static PetscErrorCode HandlerCtxDestroy(HandlerCtx *ctx_p) in HandlerCtxDestroy()
42 HandlerCtx ctx; in HandlerCtxDestroy()
63 HandlerCtx ctx; in PetscLogHandlerEventBegin_Ex7()
75 ctx = (HandlerCtx)h->data; in PetscLogHandlerEventBegin_Ex7()
86 HandlerCtx ctx; in PetscLogHandlerEventEnd_Ex7()
92 ctx = (HandlerCtx)h->data; in PetscLogHandlerEventEnd_Ex7()
120 HandlerCtx ctx; in PetscLogHandlerObjectCreate_Ex7()
[all …]
/petsc/src/sys/error/tests/
H A Dex1.c9 } HandlerCtx; typedef
13 HandlerCtx *user = (HandlerCtx *)ctx; in handleSignal()
22 HandlerCtx user; in main()