Searched refs:synchronize (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/objects/device/impls/host/ |
| H A D | hostcontext.cxx | 29 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 D | syclcontext.sycl.cxx | 53 …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 D | cupmcontext.hpp | 203 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.py | 13 import multiprocessing.synchronize 214 LockType: TypeAlias = mp.synchronize.Lock
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Device.pyx | 370 synchronize, petsc.PetscDeviceContextQueryIdle 483 def synchronize(self) -> None: member in DeviceContext
|
| /petsc/include/petsc/private/ |
| H A D | deviceimpl.h | 217 PetscErrorCode (*synchronize)(PetscDeviceContext); member
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | dcontext.cxx | 850 PetscUseTypeMethod(dctx, synchronize); in PetscDeviceContextSynchronize()
|