diff options
Diffstat (limited to 'openmp/runtime/src/dllexports')
-rw-r--r-- | openmp/runtime/src/dllexports | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openmp/runtime/src/dllexports b/openmp/runtime/src/dllexports index f14da7079e1..a8a70c0a364 100644 --- a/openmp/runtime/src/dllexports +++ b/openmp/runtime/src/dllexports @@ -498,6 +498,12 @@ kmp_set_warnings_off 780 omp_init_lock_with_hint 870 omp_init_nest_lock_with_hint 871 omp_get_max_task_priority 872 + omp_get_num_places 873 + omp_get_place_num_procs 874 + omp_get_place_proc_ids 875 + omp_get_place_num 876 + omp_get_partition_num_places 877 + omp_get_partition_place_nums 878 %endif # OMP_41 %ifndef stub |