Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
barrier.h File Reference

(78de81e286d89a5396b08b67ca98ccedda8a836f)

#include "tasking_global.h"
#include "tasktree.h"
+ Include dependency graph for barrier.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Tasking::Barrier
 
class  Tasking::BarrierTaskAdapter
 
class  Tasking::SharedBarrier< Limit >
 

Namespaces

namespace  Tasking
 \inmodule TaskingSolution
 

Typedefs

using Tasking::BarrierTask = CustomTask<BarrierTaskAdapter>
 
template<int Limit = 1>
using Tasking::MultiBarrier = Storage<SharedBarrier<Limit>>
 
using Tasking::SingleBarrier = MultiBarrier<1>
 

Functions

template<int Limit>
GroupItem Tasking::waitForBarrierTask (const MultiBarrier< Limit > &sharedBarrier)