alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::CurrentThreadWaitFor< QueueCpuOmp2Collective > Struct Reference

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

#include <QueueCpuOmp2Collective.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto currentThreadWaitFor (QueueCpuOmp2Collective const &queue) -> void
 

Detailed Description

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 242 of file QueueCpuOmp2Collective.hpp.

Member Function Documentation

◆ currentThreadWaitFor()

static ALPAKA_FN_HOST auto alpaka::trait::CurrentThreadWaitFor< QueueCpuOmp2Collective >::currentThreadWaitFor ( QueueCpuOmp2Collective const &  queue) -> void
inlinestatic

Definition at line 244 of file QueueCpuOmp2Collective.hpp.


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