alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::IsComplete< EventGenericThreads< TDev > > Struct Template Reference

The CPU device event test trait specialization. More...

#include <EventGenericThreads.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto isComplete (EventGenericThreads< TDev > const &event) -> bool
 

Detailed Description

template<typename TDev>
struct alpaka::trait::IsComplete< EventGenericThreads< TDev > >

The CPU device event test trait specialization.

Definition at line 118 of file EventGenericThreads.hpp.

Member Function Documentation

◆ isComplete()

template<typename TDev >
static ALPAKA_FN_HOST auto alpaka::trait::IsComplete< EventGenericThreads< TDev > >::isComplete ( EventGenericThreads< TDev > const &  event) -> bool
inlinestatic
Returns
If the event is not waiting within a queue (not enqueued or already handled).

Definition at line 121 of file EventGenericThreads.hpp.


The documentation for this struct was generated from the following file: