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

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

#include <QueueGenericThreadsBlocking.hpp>

Static Public Member Functions

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

Detailed Description

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

The CPU 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 156 of file QueueGenericThreadsBlocking.hpp.

Member Function Documentation

◆ currentThreadWaitFor()

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

Definition at line 158 of file QueueGenericThreadsBlocking.hpp.


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