Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
32
Concurrency support library
[thread]
32.9
Coordination types
[thread.coord]
32.9.1
General
[thread.coord.general]
1
#
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
.