Searched refs:todo (Results 1 – 1 of 1) sorted by relevance
35 static atomic_int todo = 100000; variable46 while (atomic_load (&todo) > 0 && atomic_load (®istered) < 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