Description Usage Details Author(s)
Standard barrier operation.
1 | barr()
|
Standard barrier operation, to ensure that work done by one thread is
ready before other threads make use of it. When a thread executes
barr()
, it will block until all threads have executed it.
Norm Matloff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.