Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/dfsan/
H A Dthreaded_flush.c11 static int ShutDownThread; variable
19 while (!__atomic_load_n(&ShutDownThread, __ATOMIC_ACQUIRE)) in accessGlobalInBackground()
34 __atomic_store_n(&ShutDownThread, 1, __ATOMIC_RELEASE); in main()