Operators |
wait_barrier — Wait on the release of a barrier synchronization object.
wait_barrier( : : BarrierHandle : )
wait_barrier blocks the thread at a barrier object given by BarrierHandle until a specified number of threads have called the same barrier object. This number is specified by parameter TeamSize during the creation of the barrier object by create_barrier.
Barrier synchronization object.
If the barrier handle is valid, the operator wait_barrier returns 2 (H_MSG_TRUE). If necessary, an exception is raised.
Foundation
Operators |