Searched refs:gShouldExit (Results 1 – 1 of 1) sorted by relevance
73 static _Atomic bool gShouldExit = false; variable289 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()