This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from acb2548 [OpenMP] Fix check-openmp after r354553 new bbb6f01 [OpenMP] Make use of sched_yield optional in runtime
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 | 2 +- runtime/src/exports_so.txt | 2 +- runtime/src/kmp.h | 88 ++++++++++++++++---------------- runtime/src/kmp_csupport.cpp | 25 ++++----- runtime/src/kmp_dispatch.cpp | 41 +++++++-------- runtime/src/kmp_dispatch.h | 21 +++----- runtime/src/kmp_dispatch_hier.h | 8 +-- runtime/src/kmp_global.cpp | 26 +++------- runtime/src/kmp_itt.h | 2 +- runtime/src/kmp_lock.cpp | 62 ++++++++-------------- runtime/src/kmp_lock.h | 39 ++++---------- runtime/src/kmp_os.h | 6 +-- runtime/src/kmp_runtime.cpp | 31 +++-------- runtime/src/kmp_settings.cpp | 105 +++++++++----------------------------- runtime/src/kmp_tasking.cpp | 11 ++-- runtime/src/kmp_taskq.cpp | 22 +++----- runtime/src/kmp_wait_release.h | 17 ++---- runtime/src/z_Linux_util.cpp | 44 ++-------------- runtime/src/z_Windows_NT_util.cpp | 12 ++--- 19 files changed, 181 insertions(+), 383 deletions(-)