Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dthreaded_flush.c18 static void *accessGlobalInBackground(void *Arg) { in accessGlobalInBackground() function
30 pthread_create(&Thread, NULL, accessGlobalInBackground, NULL); in main()