Barrier (computer science)
In parallel computing, a barrier is a synchronization method. A barrier for a group of threads or processes in the source code means that all thread/process stop at that point and do not proceed until all other threads/processes reach this barrier.
Source: Wikipedia — Barrier (computer science) (CC BY-SA 4.0)