Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Dkmp_sch_simd_guided.c58 static int volatile loop_sync = 0; in run_loop_64() local
178 loop_sync = 1; in run_loop_64()
183 if (loop_sync != 0) { in run_loop_64()
187 while (loop_sync == 0) { in run_loop_64()
201 loop_sync = 0; // Restore original state in run_loop_64()
213 static int volatile loop_sync = 0; in run_loop_32() local
333 loop_sync = 1; in run_loop_32()
338 if (loop_sync != 0) { in run_loop_32()
342 while (loop_sync == 0) { in run_loop_32()
356 loop_sync = 0; // Restore original state in run_loop_32()
H A Dkmp_sch_simd_runtime_guided.c72 static int volatile loop_sync = 0; in run_loop() local
H A Dkmp_sch_simd_runtime_static.c66 static int volatile loop_sync = 0; in run_loop() local
H A Dkmp_sch_simd_runtime_api.c64 static int volatile loop_sync = 0; in run_loop() local