Home
last modified time | relevance | path

Searched refs:event_type (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmstream.hpp33 using event_type = CUPMEvent<T>; typedef in Petsc::device::cupm::CUPMStream
51 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_()
H A Dcupmcontext.hpp42 using event_type = CUPMEvent<T>; typedef in Petsc::device::cupm::impl::DeviceContext
571 PetscCallCXX(event->data = new event_type{}); in createEvent()
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp58 static constexpr PetscErrorCode record_event_(const typename U::event_type &) noexcept in record_event_() argument
64 static constexpr PetscErrorCode wait_for_(const typename U::event_type &) noexcept in wait_for_() argument
76 using event_type = typename StreamBase<DefaultStream>::default_event_type; typedef
97 using event_type = EventType; typedef in Petsc::memory::impl::MemoryChunk
127event_type event_{}; // event recorded when the chunk was re…
305 using event_type = typename stream_type::event_type; typedef in Petsc::memory::impl::MemoryBlock
306 using chunk_type = MemoryChunk<event_type>;
/petsc/src/sys/yaml/src/
H A Dyaml_private.h545 #define EVENT_INIT(event,event_type,event_start_mark,event_end_mark) \ argument
547 (event).type = (event_type), \