alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::CurrentThreadWaitFor< QueueGenericThreadsNonBlocking< TDev > > Struct Template Reference

The CPU non-blocking device queue thread wait trait specialization. More...

#include <EventGenericThreads.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto currentThreadWaitFor (QueueGenericThreadsNonBlocking< TDev > const &queue) -> void
 

Detailed Description

template<typename TDev>
struct alpaka::trait::CurrentThreadWaitFor< QueueGenericThreadsNonBlocking< TDev > >

The CPU non-blocking device queue thread wait trait specialization.

Blocks execution of the calling thread until the queue has finished processing all previously requested tasks (kernels, data copies, ...)

Definition at line 382 of file EventGenericThreads.hpp.

Member Function Documentation

◆ currentThreadWaitFor()

template<typename TDev >
static ALPAKA_FN_HOST auto alpaka::trait::CurrentThreadWaitFor< QueueGenericThreadsNonBlocking< TDev > >::currentThreadWaitFor ( QueueGenericThreadsNonBlocking< TDev > const &  queue) -> void
inlinestatic

Definition at line 384 of file EventGenericThreads.hpp.


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