Searched refs:wait_for_ (Results 1 – 2 of 2) sorted by relevance
52 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
44 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