tmp/barr: Barrier operation.

barrR Documentation

Barrier operation.

Description

Standard barrier operation.

Usage

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 June 13, 2025, 8 p.m.