alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The CPU device event. More...
#include <EventGenericThreads.hpp>
Public Member Functions | |
EventGenericThreads (TDev const &dev, [[maybe_unused]] bool bBusyWaiting=true) | |
auto | operator!= (EventGenericThreads< TDev > const &rhs) const -> bool |
auto | operator== (EventGenericThreads< TDev > const &rhs) const -> bool |
Public Attributes | |
std::shared_ptr< generic::detail::EventGenericThreadsImpl< TDev > > | m_spEventImpl |
The CPU device event.
Definition at line 72 of file EventGenericThreads.hpp.
|
inline |
bBusyWaiting | Unused. EventGenericThreads never does busy waiting. |
Definition at line 78 of file EventGenericThreads.hpp.
|
inline |
Definition at line 88 of file EventGenericThreads.hpp.
|
inline |
Definition at line 83 of file EventGenericThreads.hpp.
std::shared_ptr<generic::detail::EventGenericThreadsImpl<TDev> > alpaka::EventGenericThreads< TDev >::m_spEventImpl |
Definition at line 94 of file EventGenericThreads.hpp.