Home
last modified time | relevance | path

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

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