Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp58 static constexpr PetscErrorCode record_event_(const typename U::event_type &) noexcept in record_event_()
64 static constexpr PetscErrorCode wait_for_(const typename U::event_type &) noexcept in wait_for_()
76 using event_type = typename StreamBase<DefaultStream>::default_event_type; typedef
97 using event_type = EventType; typedef in Petsc::memory::impl::MemoryChunk
305 using event_type = typename stream_type::event_type; typedef in Petsc::memory::impl::MemoryBlock
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmstream.hpp33 using event_type = CUPMEvent<T>; typedef in Petsc::device::cupm::CUPMStream
H A Dcupmcontext.hpp42 using event_type = CUPMEvent<T>; typedef in Petsc::device::cupm::impl::DeviceContext
/petsc/src/sys/yaml/src/
H A Dyaml_private.h545 #define EVENT_INIT(event,event_type,event_start_mark,event_end_mark) \ argument