Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
std::experimental::latch::count_down_and_wait - std::experimental::latch::count_down_and_wait
void count_down_and_wait(); (1) (concurrency TS)
Atomically decrements the internal counter by 1 and (if necessary) blocks the calling thread until the counter reaches zero.
The behavior is undefined if the internal counter is already zero.
This operation synchronizes with all calls that block on this latch and all is_ready calls on this latch that returns true.
(none)
Throws nothing.
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.