Home
last modified time | relevance | path

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

/stdlib/
A Dtest-cxa_atexit-race2.c35 static atomic_int todo = 100000; variable
46 while (atomic_load (&todo) > 0 && atomic_load (&registered) < 100) in atexit_cb()
56 while (atomic_load (&todo) > 0) in thread_func()
64 atomic_fetch_sub (&todo, n); in thread_func()

Completed in 3 milliseconds