llvm-project/openmp/runtime/test/env
AndreyChurbanov 5dd4d0d46f [OpenMP] libomp: fix dynamic loop dispatcher
Restructured dynamic loop dispatcher code.
Fixed use of dispatch buffers for nonmonotonic dynamic (static_steal) schedule:
- eliminated possibility of stealing iterations of the wrong loop when victim
  thread changed its buffer to work on another loop;
- fixed race when victim thread changed its buffer to work in nested parallel;
- eliminated "static" property of the schedule, that is now a single thread can
  execute whole loop.

Differential Revision: https://reviews.llvm.org/D103648
2021-06-22 16:29:01 +03:00
..
kmp_aff_disable_hwloc.c
kmp_dispatch_buf_range.c [OpenMP] Limit number of dispatch buffers 2021-02-22 13:14:28 -06:00
kmp_set_dispatch_buf.c [OpenMP] libomp: fix dynamic loop dispatcher 2021-06-22 16:29:01 +03:00
omp51_alloc_env.c [OpenMP] Modify OMP_ALLOCATOR environment variable 2021-01-26 18:27:39 -06:00
omp_alloc_env_invalid.c [OpenMP] libomp: cleanup parsing of OMP_ALLOCATOR env variable. 2021-01-19 16:21:22 +03:00
omp_target_offload.c [OpenMP][Tests] Fix compiler warnings in OpenMP runtime tests 2020-11-11 20:13:21 +01:00
omp_thread_limit.c
omp_wait_policy.c