Searched refs:event_type (Results 1 – 4 of 4) sorted by relevance
33 using event_type = CUPMEvent<T>; typedef in Petsc::device::cupm::CUPMStream51 PetscErrorCode record_event_(event_type &) const noexcept;52 PetscErrorCode wait_for_(event_type &) const noexcept;127 inline PetscErrorCode CUPMStream<T>::record_event_(event_type &event) const noexcept in record_event_()135 inline PetscErrorCode CUPMStream<T>::wait_for_(event_type &event) const noexcept in wait_for_()
42 using event_type = CUPMEvent<T>; typedef in Petsc::device::cupm::impl::DeviceContext571 PetscCallCXX(event->data = new event_type{}); in createEvent()
58 static constexpr PetscErrorCode record_event_(const typename U::event_type &) noexcept in record_event_() argument64 static constexpr PetscErrorCode wait_for_(const typename U::event_type &) noexcept in wait_for_() argument76 using event_type = typename StreamBase<DefaultStream>::default_event_type; typedef97 using event_type = EventType; typedef in Petsc::memory::impl::MemoryChunk127 …event_type event_{}; // event recorded when the chunk was re…305 using event_type = typename stream_type::event_type; typedef in Petsc::memory::impl::MemoryBlock306 using chunk_type = MemoryChunk<event_type>;
545 #define EVENT_INIT(event,event_type,event_start_mark,event_end_mark) \ argument547 (event).type = (event_type), \