[OpenMP] libomp: omp_in_explicit_task() implemented.
authorAndreyChurbanov <andrey.churbanov@intel.com>
Sat, 5 Mar 2022 18:46:39 +0000 (21:46 +0300)
committerAndreyChurbanov <andrey.churbanov@intel.com>
Sat, 5 Mar 2022 18:46:39 +0000 (21:46 +0300)
commit1fbdb03b1d2cb2ec9a3c84445db57b570a6e5d9a
tree94fbaf5de2dc4a6f11325fdfc74c02d1d638486c
parent84ccd015e7dd3ca57c4a9366ecd2b9a7430f505d
[OpenMP] libomp: omp_in_explicit_task() implemented.

Differential Revision: https://reviews.llvm.org/D120671
openmp/runtime/src/dllexports
openmp/runtime/src/include/omp.h.var
openmp/runtime/src/include/omp_lib.f90.var
openmp/runtime/src/include/omp_lib.h.var
openmp/runtime/src/kmp_ftn_entry.h
openmp/runtime/src/kmp_ftn_os.h
openmp/runtime/test/api/omp_in_explicit_task.c [new file with mode: 0644]