Searched defs:event_type (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/objects/device/impls/ | ||
| H A D | segmentedmempool.hpp | 58 static constexpr PetscErrorCode record_event_(const typename U::event_type &) noexcept in record_event_() |
| /petsc/src/sys/objects/device/impls/cupm/ | ||
| H A D | cupmstream.hpp | 33 using event_type = CUPMEvent<T>; typedef in Petsc::device::cupm::CUPMStream |
| H A D | cupmcontext.hpp | 42 using event_type = CUPMEvent<T>; typedef in Petsc::device::cupm::impl::DeviceContext |
| /petsc/src/sys/yaml/src/ | ||
| H A D | yaml_private.h | 545 #define EVENT_INIT(event,event_type,event_start_mark,event_end_mark) \ argument |