Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmstream.hpp51 PetscErrorCode record_event_(event_type &) const noexcept;
127 inline PetscErrorCode CUPMStream<T>::record_event_(event_type &event) const noexcept in record_event_() function in Petsc::device::cupm::CUPMStream
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp38 return static_cast<const T &>(*this).record_event_(std::forward<E>(event)); in record_event()
58 static constexpr PetscErrorCode record_event_(const typename U::event_type &) noexcept in record_event_() function in Petsc::device::StreamBase