/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_dispatch.h | 61 void __kmp_dispatch_dxo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref); 62 void __kmp_dispatch_deo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref); 326 void __kmp_dispatch_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_deo() 340 __kmp_push_sync(gtid, ct_ordered_in_pdo, loc_ref, NULL, 0); in __kmp_dispatch_deo() 342 __kmp_push_sync(gtid, ct_ordered_in_pdo, loc_ref, NULL); in __kmp_dispatch_deo() 364 ct_ordered_in_pdo, loc_ref, in __kmp_dispatch_deo() 401 void __kmp_dispatch_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_dxo() 415 __kmp_pop_sync(gtid, ct_ordered_in_pdo, loc_ref); in __kmp_dispatch_dxo() 436 ct_ordered_in_pdo, loc_ref, in __kmp_dispatch_dxo() 320 __kmp_dispatch_deo(int * gtid_ref,int * cid_ref,ident_t * loc_ref) __kmp_dispatch_deo() argument 395 __kmp_dispatch_dxo(int * gtid_ref,int * cid_ref,ident_t * loc_ref) __kmp_dispatch_dxo() argument
|
H A D | kmp_tasking.cpp | 775 static void __kmpc_omp_task_begin_if0_template(ident_t *loc_ref, kmp_int32 gtid, argument 784 gtid, loc_ref, taskdata, current_task)); 821 loc_ref, taskdata)); 826 static void __kmpc_omp_task_begin_if0_ompt(ident_t *loc_ref, kmp_int32 gtid, argument 830 __kmpc_omp_task_begin_if0_template<true>(loc_ref, gtid, task, frame_address, 849 void __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid, argument 854 __kmpc_omp_task_begin_if0_ompt(loc_ref, gtid, task, 860 __kmpc_omp_task_begin_if0_template<false>(loc_ref, gtid, task, NULL, NULL); 866 void __kmpc_omp_task_begin(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task) { argument 872 gtid, loc_ref, KMP_TASK_TO_TASKDATA(task), current_task)); [all …]
|
H A D | kmp_taskdeps.cpp | 677 kmp_int32 __kmpc_omp_task_with_deps(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_task_with_deps() argument 685 loc_ref, new_taskdata)); in __kmpc_omp_task_with_deps() 837 gtid, loc_ref, new_taskdata)); in __kmpc_omp_task_with_deps() 848 gtid, loc_ref, new_taskdata)); in __kmpc_omp_task_with_deps() 854 gtid, loc_ref, new_taskdata)); in __kmpc_omp_task_with_deps() 888 void __kmpc_omp_wait_deps(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 ndeps, in __kmpc_omp_wait_deps() argument 891 __kmpc_omp_taskwait_deps_51(loc_ref, gtid, ndeps, dep_list, ndeps_noalias, in __kmpc_omp_wait_deps() 900 void __kmpc_omp_taskwait_deps_51(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_taskwait_deps_51() argument 906 gtid, loc_ref, has_no_wait)); in __kmpc_omp_taskwait_deps_51() 910 gtid, loc_ref)); in __kmpc_omp_taskwait_deps_51() [all …]
|
H A D | kmp_cancel.cpp | 29 kmp_int32 __kmpc_cancel(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 cncl_kind) { in __kmpc_cancel() argument 135 kmp_int32 __kmpc_cancellationpoint(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_cancellationpoint() argument
|
H A D | kmp.h | 3718 extern void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref); 3719 extern void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref); 4122 extern kmp_task_t *__kmp_task_alloc(ident_t *loc_ref, kmp_int32 gtid, 4127 extern void __kmp_init_implicit_task(ident_t *loc_ref, kmp_info_t *this_thr, 4133 extern kmp_event_t *__kmpc_task_allow_completion_event(ident_t *loc_ref, 4266 KMP_EXPORT kmp_int32 __kmpc_omp_task(ident_t *loc_ref, kmp_int32 gtid, 4268 KMP_EXPORT kmp_task_t *__kmpc_omp_task_alloc(ident_t *loc_ref, kmp_int32 gtid, 4274 ident_t *loc_ref, kmp_int32 gtid, kmp_int32 flags, size_t sizeof_kmp_task_t, 4276 KMP_EXPORT void __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid, 4278 KMP_EXPORT void __kmpc_omp_task_complete_if0(ident_t *loc_ref, kmp_int32 gtid, [all …]
|
H A D | kmp_dispatch.cpp | 42 void __kmp_dispatch_deo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_deo_error() argument 52 __kmp_push_sync(*gtid_ref, ct_ordered_in_pdo, loc_ref, NULL, 0); in __kmp_dispatch_deo_error() 54 __kmp_push_sync(*gtid_ref, ct_ordered_in_pdo, loc_ref, NULL); in __kmp_dispatch_deo_error() 60 void __kmp_dispatch_dxo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_dxo_error() argument 66 __kmp_pop_sync(*gtid_ref, ct_ordered_in_pdo, loc_ref); in __kmp_dispatch_dxo_error()
|
H A D | kmp_runtime.cpp | 647 void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_deo() argument 656 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL, 0); in __kmp_parallel_deo() 658 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL); in __kmp_parallel_deo() 672 void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_dxo() argument 681 __kmp_pop_sync(gtid, ct_ordered_in_parallel, loc_ref); in __kmp_parallel_dxo()
|