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.cpp822 loc_ref, taskdata));
1340 task->td_ident = loc_ref;
1590 taskdata->td_ident = loc_ref;
1969 loc_ref, new_taskdata));
1998 gtid, loc_ref, new_taskdata));
2262 taskdata->td_taskwait_ident = loc_ref;
2360 gtid, loc_ref, end_part));
2373 taskdata->td_taskwait_ident = loc_ref;
5634 __kmpc_taskgroup(loc_ref, gtid);
5709 __kmpc_end_taskgroup(loc_ref, gtid);
[all …]
H A Dkmp_taskdeps.cpp677 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()
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()
1002 gtid, loc_ref)); in __kmpc_omp_taskwait_deps_51()
1017 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.h4098 extern kmp_task_t *__kmp_task_alloc(ident_t *loc_ref, kmp_int32 gtid,
4103 extern void __kmp_init_implicit_task(ident_t *loc_ref, kmp_info_t *this_thr,
4109 extern kmp_event_t *__kmpc_task_allow_completion_event(ident_t *loc_ref,
4233 KMP_EXPORT kmp_int32 __kmpc_omp_task(ident_t *loc_ref, kmp_int32 gtid,
4243 KMP_EXPORT void __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid,
4247 KMP_EXPORT kmp_int32 __kmpc_omp_task_parts(ident_t *loc_ref, kmp_int32 gtid,
4249 KMP_EXPORT kmp_int32 __kmpc_omp_taskwait(ident_t *loc_ref, kmp_int32 gtid);
4250 KMP_EXPORT kmp_int32 __kmpc_omp_taskyield(ident_t *loc_ref, kmp_int32 gtid,
4255 void __kmpc_omp_task_complete(ident_t *loc_ref, kmp_int32 gtid,
4273 KMP_EXPORT void __kmpc_omp_wait_deps(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.cpp632 void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_deo() argument
641 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL, 0); in __kmp_parallel_deo()
643 __kmp_push_sync(gtid, ct_ordered_in_parallel, loc_ref, NULL); in __kmp_parallel_deo()
657 void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_dxo() argument
666 __kmp_pop_sync(gtid, ct_ordered_in_parallel, loc_ref); in __kmp_parallel_dxo()