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