Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmstream.hpp52 PetscErrorCode wait_for_(event_type &) const noexcept;
135 inline PetscErrorCode CUPMStream<T>::wait_for_(event_type &event) const noexcept in wait_for_() function in Petsc::device::cupm::CUPMStream
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp44 return static_cast<const T &>(*this).wait_for_(std::forward<E>(event)); in wait_for_event()
64 static constexpr PetscErrorCode wait_for_(const typename U::event_type &) noexcept in wait_for_() function in Petsc::device::StreamBase