Home
last modified time | relevance | path

Searched refs:threads_active (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/thread/thread.condition/
H A Dnotify_all_at_thread_exit_lwg3343.pass.cpp57 int threads_active = N; in test() local
66 --threads_active; in test()
86 if(threads_active == 0) in test()
88 x.cv_.wait(lk, [&]() { return threads_active == 0; }); in test()