Example: Barrier Synchronization
A set of concurrent threads are included in the barrier
Each included thread checks the barrier at the synchronization point
No thread can pass the synchronization point until all threads in the barrier have reached it.