From Jason Turner

[thread.barrier.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpcadbitqp/{from.md → to.md} +10 -0
tmp/tmpcadbitqp/{from.md → to.md} RENAMED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ #### General <a id="thread.barrier.general">[[thread.barrier.general]]</a>
2
+
3
+ A barrier is a thread coordination mechanism whose lifetime consists of
4
+ a sequence of barrier phases, where each phase allows at most an
5
+ expected number of threads to block until the expected number of threads
6
+ arrive at the barrier.
7
+
8
+ [*Note 1*: A barrier is useful for managing repeated tasks that are
9
+ handled by multiple threads. — *end note*]
10
+