This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from da71b1e [OpenMP] Output written by tests should go to build directory new 4338c25 [OpenMP] Add omp_pause_resource* API
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: runtime/src/dllexports | 3 + runtime/src/include/50/omp.h.var | 9 +++ runtime/src/include/50/omp_lib.f.var | 31 ++++++++++ runtime/src/include/50/omp_lib.f90.var | 19 ++++++ runtime/src/include/50/omp_lib.h.var | 22 +++++++ runtime/src/kmp.h | 31 ++++++++++ runtime/src/kmp_csupport.cpp | 39 +++++++++++++ runtime/src/kmp_dispatch.cpp | 4 ++ runtime/src/kmp_dispatch_hier.h | 4 ++ runtime/src/kmp_ftn_entry.h | 38 ++++++++++++ runtime/src/kmp_ftn_os.h | 8 +++ runtime/src/kmp_global.cpp | 6 +- runtime/src/kmp_gsupport.cpp | 8 +++ runtime/src/kmp_runtime.cpp | 102 ++++++++++++++++++++++++++++++++- runtime/src/kmp_tasking.cpp | 2 +- runtime/src/kmp_wait_release.h | 33 +++++++++-- runtime/src/z_Linux_util.cpp | 25 +++++++- runtime/src/z_Windows_NT_util.cpp | 24 ++++++++ runtime/test/api/omp_pause_resource.c | 58 +++++++++++++++++++ 19 files changed, 456 insertions(+), 10 deletions(-) create mode 100644 runtime/test/api/omp_pause_resource.c