[Openmp-commits] [PATCH] D55078: Add omp_pause_resource* API

Terry Wilmarth via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 29 14:16:53 PST 2018


tlwilmar created this revision.
tlwilmar added reviewers: AlexEichenberger, AndreyChurbanov, jlpeyton.
tlwilmar added a project: OpenMP.
Herald added a subscriber: jfb.

Add omp_pause_resource and omp_pause_resource_all API and enum, plus stub for internal implementation.  Implemented callable helper function to do local pause, and added basic functionality for hard and soft pause.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D55078

Files:
  runtime/src/dllexports
  runtime/src/include/50/omp.h.var
  runtime/src/include/50/omp_lib.f.var
  runtime/src/include/50/omp_lib.f90.var
  runtime/src/include/50/omp_lib.h.var
  runtime/src/kmp.h
  runtime/src/kmp_csupport.cpp
  runtime/src/kmp_dispatch.cpp
  runtime/src/kmp_dispatch_hier.h
  runtime/src/kmp_ftn_entry.h
  runtime/src/kmp_ftn_os.h
  runtime/src/kmp_global.cpp
  runtime/src/kmp_gsupport.cpp
  runtime/src/kmp_runtime.cpp
  runtime/src/kmp_wait_release.h
  runtime/src/z_Linux_util.cpp
  runtime/src/z_Windows_NT_util.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55078.175958.patch
Type: text/x-patch
Size: 28955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20181129/4f19ba5e/attachment-0001.bin>


More information about the Openmp-commits mailing list