Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx629 auto &childctx = (*dsub)[i]; in PetscDeviceContextForkWithStreamType() local
632 PetscCall(PetscDeviceContextDuplicate_Private(dctx, stype, &childctx)); in PetscDeviceContextForkWithStreamType()
633 PetscCall(PetscDeviceContextWaitForContext(childctx, dctx)); in PetscDeviceContextForkWithStreamType()
635 PetscCall(PetscObjectGetId(PetscObjectCast(childctx), &childID)); in PetscDeviceContextForkWithStreamType()