Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/
H A Dsetitimer.c73 static _Atomic bool gShouldExit = false; variable
289 assert(os_atomic_load(&gShouldExit, relaxed) == false);
293 os_atomic_store(&gShouldExit, true, relaxed);
511 } while (os_atomic_load(&gShouldExit, relaxed) == false); in stat_thread()
563 } while (os_atomic_load(&gShouldExit, relaxed) == false); in statfs_thread()