Searched refs:cv_done (Results 1 – 1 of 1) sorted by relevance
46 static int cv_done; variable297 while (__atomic_load_n (&cv_done, __ATOMIC_RELAXED) == 0) in test_condvar_helper()313 __atomic_store_n (&cv_done, 0, __ATOMIC_RELAXED); in test_condvar()326 __atomic_store_n (&cv_done, 1, __ATOMIC_RELAXED); in test_condvar()