Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/
H A Dsetitimer.c76 static _Atomic bool gShouldExit = false; variable
314 assert(os_atomic_load(&gShouldExit, relaxed) == false);
318 os_atomic_store(&gShouldExit, true, relaxed);
578 } while (os_atomic_load(&gShouldExit, relaxed) == false); in stat_thread()
630 } while (os_atomic_load(&gShouldExit, relaxed) == false); in statfs_thread()