Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/sycl/
H A Dsycldevice.hpp23 ~Device() { auto PETSC_UNUSED _ = finalize_(); } in ~Device()
42 static PetscErrorCode finalize_() noexcept;
H A Dsyclcontext.sycl.cxx34 static PetscErrorCode finalize_() noexcept in finalize_() function in Petsc::device::sycl::impl::DeviceContext
47 PetscCall(PetscRegisterFinalize(finalize_)); in initialize_()
H A Dsycldevice.sycl.cxx141 PetscCall(PetscRegisterFinalize(finalize_)); in initialize()
179 PetscErrorCode Device::finalize_() noexcept in finalize_() function in Petsc::device::sycl::Device
/petsc/include/petsc/private/cpp/
H A Dregister_finalize.hpp67 static constexpr PetscErrorCode finalize_(Args &&...) noexcept;
83 PetscCall(self.underlying().finalize_(std::forward<Args>(args)...)); in do_finalize_()
108 inline constexpr PetscErrorCode RegisterFinalizeable<D>::finalize_(Args &&...) noexcept in finalize_() function in Petsc::RegisterFinalizeable
H A Dobject_pool.hpp127 PetscErrorCode finalize_() noexcept;
363 PetscErrorCode finalize_() noexcept;
371 inline PetscErrorCode ObjectPool<T, Constructor>::finalize_() noexcept in finalize_() function in Petsc::ObjectPool
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmevent.hpp29 PetscErrorCode finalize_() noexcept;
36 inline PetscErrorCode CUPMEventPool<T, flags>::finalize_() noexcept in finalize_() function in Petsc::device::cupm::CUPMEventPool
H A Dcupmdevice.hpp47 static PetscErrorCode finalize_() noexcept;
H A Dcupmdevice.cxx213 PetscErrorCode Device<T>::finalize_() noexcept in finalize_() function in Petsc::device::cupm::Device
255 PetscCall(PetscRegisterFinalize(finalize_)); in initialize()
H A Dcupmcontext.hpp162 static PetscErrorCode finalize_() noexcept in finalize_() function in Petsc::device::cupm::impl::DeviceContext
274 PetscCall(PetscRegisterFinalize(finalize_)); in initialize()
/petsc/src/sys/objects/device/interface/
H A Dmemory.cxx114 PetscErrorCode finalize_() noexcept;
131 PetscErrorCode MemoryMap::finalize_() noexcept in finalize_() function in MemoryMap
H A Dmark_dcontext.cxx266 PetscErrorCode finalize_() noexcept;
287 inline PetscErrorCode MarkedObjectMap::finalize_() noexcept in finalize_() function in MarkedObjectMap
H A Ddevice.cxx324 PetscErrorCode finalize_() noexcept in finalize_() function
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp714 PetscErrorCode finalize_() noexcept;
743 …rorCode SegmentedMemoryPool<MemType, StreamType, AllocType, DefaultChunkSize>::finalize_() noexcept in finalize_() function in Petsc::memory::SegmentedMemoryPool
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx209 PetscErrorCode PoolAllocator::finalize_() noexcept in finalize_() function in Petsc::memory::PoolAllocator