Home
last modified time | relevance | path

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

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