Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/util/
H A Ddevicereg.c15 PetscLogEvent DCONTEXT_WaitForCtx; variable
158 …DeviceRegisterEvent_Private("DCtxWaitForCtx", PETSC_DEVICE_CONTEXT_CLASSID, &DCONTEXT_WaitForCtx)); in PetscDeviceInitializePackage()
/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx530 PetscCall(PetscLogEventBegin(DCONTEXT_WaitForCtx, dctxa, dctxb, nullptr, nullptr)); in PetscDeviceContextWaitForContext()
533 PetscCall(PetscLogEventEnd(DCONTEXT_WaitForCtx, dctxa, dctxb, nullptr, nullptr)); in PetscDeviceContextWaitForContext()
/petsc/include/petsc/private/
H A Ddeviceimpl.h23 PETSC_INTERN PetscLogEvent DCONTEXT_WaitForCtx; variable