Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/host/
H A Dhostcontext.cxx29 static PetscErrorCode synchronize(PetscDeviceContext) noexcept { return PETSC_SUCCESS; } in synchronize() function in Petsc::device::host::impl::DeviceContext
38 PetscDesignatedInitializer(synchronize, synchronize),
/petsc/src/sys/objects/device/impls/sycl/
H A Dsyclcontext.sycl.cxx53 …extOps ops = {destroy, changeStreamType, setUp, query, waitForContext, synchronize, getBlasHandle,…
94 static PetscErrorCode synchronize(PetscDeviceContext dctx) noexcept in synchronize() function in Petsc::device::sycl::impl::DeviceContext
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp203 static PetscErrorCode synchronize(PetscDeviceContext) noexcept;
231 PetscDesignatedInitializer(synchronize, synchronize),
359 inline PetscErrorCode DeviceContext<T>::synchronize(PetscDeviceContext dctx) noexcept in synchronize() function in Petsc::device::cupm::impl::DeviceContext
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_pool.py13 import multiprocessing.synchronize
214 LockType: TypeAlias = mp.synchronize.Lock
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDevice.pyx370 synchronize, petsc.PetscDeviceContextQueryIdle
483 def synchronize(self) -> None: member in DeviceContext
/petsc/include/petsc/private/
H A Ddeviceimpl.h217 PetscErrorCode (*synchronize)(PetscDeviceContext); member
/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx850 PetscUseTypeMethod(dctx, synchronize); in PetscDeviceContextSynchronize()