Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/util/
H A Ddevicereg.c16 PetscLogEvent DCONTEXT_Fork; variable
159 …scCall(PetscDeviceRegisterEvent_Private("DCtxFork", PETSC_DEVICE_CONTEXT_CLASSID, &DCONTEXT_Fork)); in PetscDeviceInitializePackage()
/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx600 PetscCall(PetscLogEventBegin(DCONTEXT_Fork, dctx, nullptr, nullptr, nullptr)); in PetscDeviceContextForkWithStreamType()
643 PetscCall(PetscLogEventEnd(DCONTEXT_Fork, dctx, nullptr, nullptr, nullptr)); in PetscDeviceContextForkWithStreamType()
/petsc/include/petsc/private/
H A Ddeviceimpl.h24 PETSC_INTERN PetscLogEvent DCONTEXT_Fork; variable