|
SignaledCountingBarrier2.
|
|
he SignaledCountingBarrier2 is different from SignaledCountingBarrier only in
return value of the waitForOpen. The SignaledCountingBarrier2::waitForOpen
returns true if it returned after the number of blocked thread has been
reached. It returns false otherwise, when the openOne() or openAll() has been
called.
|
|
|
|