llvm-project/openmp/runtime/test/worksharing/single
Jonas Hahnfeld 86c307821c Add missing memory barrier for queuing locks
Otherwise I see hangs in the omp_single_copyprivate test when
compiling in release mode. With the debug assertions, I get a
failure `head > 0 && tail > 0`.

Differential Revision: https://reviews.llvm.org/D40722

llvm-svn: 320150
2017-12-08 15:07:02 +00:00
..
omp_single.c
omp_single_copyprivate.c Add missing memory barrier for queuing locks 2017-12-08 15:07:02 +00:00
omp_single_nowait.c Fix the nowait tests for omp for and omp single 2016-07-06 17:26:12 +00:00
omp_single_private.c