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

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 21 08:14:31 PST 2019


AndreyChurbanov marked an inline comment as done.
AndreyChurbanov added inline comments.


================
Comment at: openmp/trunk/runtime/src/include/50/omp_lib.h.var:44
       parameter(omp_allocator_kind=int_ptr_kind())
+      integer, parameter :: omp_pause_resource_kind = omp_integer_kind
 
----------------
kkwli0 wrote:
> Should use the same syntax (declaration + parameter statement) as the others in this file.
Sure, fixed this as well.

Thanks, Kelvin.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55078/new/

https://reviews.llvm.org/D55078





More information about the Openmp-commits mailing list