32 Thread support library [thread]

32.8 Coordination types [thread.coord]

32.8.1 General [thread.coord.general]

Subclause [thread.coord] describes various concepts related to thread coordination, and defines the coordination types latch and barrier.
These types facilitate concurrent computation performed by a number of threads.