barr: Barrier operation.

Description Usage Details Author(s)

Description

Standard barrier operation.

Usage

1
barr()

Details

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.

Author(s)

Norm Matloff


matloff/Rdsm documentation built on May 18, 2019, 8:08 p.m.