Home
last modified time | relevance | path

Searched refs:loc_ref (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.h61 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() argument
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() argument
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()
H A Dkmp_tasking.cpp759 static void __kmpc_omp_task_begin_if0_template(ident_t *loc_ref, kmp_int32 gtid, argument
768 gtid, loc_ref, taskdata, current_task));
805 loc_ref, taskdata));
810 static void __kmpc_omp_task_begin_if0_ompt(ident_t *loc_ref, kmp_int32 gtid, argument
814 __kmpc_omp_task_begin_if0_template<true>(loc_ref, gtid, task, frame_address,
833 void __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid, argument
838 __kmpc_omp_task_begin_if0_ompt(loc_ref, gtid, task,
844 __kmpc_omp_task_begin_if0_template<false>(loc_ref, gtid, task, NULL, NULL);
850 void __kmpc_omp_task_begin(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task) { argument
856 gtid, loc_ref, KMP_TASK_TO_TASKDATA(task), current_task));
[all …]
H A Dkmp_taskdeps.cpp684 kmp_int32 __kmpc_omp_task_with_deps(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_task_with_deps() argument
692 loc_ref, new_taskdata)); in __kmpc_omp_task_with_deps()
844 gtid, loc_ref, new_taskdata)); in __kmpc_omp_task_with_deps()
855 gtid, loc_ref, new_taskdata)); in __kmpc_omp_task_with_deps()
861 gtid, loc_ref, new_taskdata)); in __kmpc_omp_task_with_deps()
895 void __kmpc_omp_wait_deps(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 ndeps, in __kmpc_omp_wait_deps() argument
898 __kmpc_omp_taskwait_deps_51(loc_ref, gtid, ndeps, dep_list, ndeps_noalias, in __kmpc_omp_wait_deps()
907 void __kmpc_omp_taskwait_deps_51(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_taskwait_deps_51() argument
913 gtid, loc_ref, has_no_wait)); in __kmpc_omp_taskwait_deps_51()
917 gtid, loc_ref)); in __kmpc_omp_taskwait_deps_51()
[all …]
H A Dkmp_cancel.cpp29 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 Dkmp.h3759 extern void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref);
3760 extern void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref);
4163 extern kmp_task_t *__kmp_task_alloc(ident_t *loc_ref, kmp_int32 gtid,
4168 extern void __kmp_init_implicit_task(ident_t *loc_ref, kmp_info_t *this_thr,
4174 extern kmp_event_t *__kmpc_task_allow_completion_event(ident_t *loc_ref,
4307 KMP_EXPORT kmp_int32 __kmpc_omp_task(ident_t *loc_ref, kmp_int32 gtid,
4309 KMP_EXPORT kmp_task_t *__kmpc_omp_task_alloc(ident_t *loc_ref, kmp_int32 gtid,
4315 ident_t *loc_ref, kmp_int32 gtid, kmp_int32 flags, size_t sizeof_kmp_task_t,
4317 KMP_EXPORT void __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid,
4319 KMP_EXPORT void __kmpc_omp_task_complete_if0(ident_t *loc_ref, kmp_int32 gtid,
[all …]
H A Dkmp_dispatch.cpp42 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 Dkmp_runtime.cpp650 void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_deo() argument
659 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL, 0); in __kmp_parallel_deo()
661 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL); in __kmp_parallel_deo()
675 void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_dxo() argument
684 __kmp_pop_sync(gtid, ct_ordered_in_parallel, loc_ref); in __kmp_parallel_dxo()