Lines Matching defs:loc_ref
775 static void __kmpc_omp_task_begin_if0_template(ident_t *loc_ref, kmp_int32 gtid,
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,
830 __kmpc_omp_task_begin_if0_template<true>(loc_ref, gtid, task, frame_address,
838 // loc_ref: source location information; points to beginning of task block.
849 void __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid,
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) {
872 gtid, loc_ref, KMP_TASK_TO_TASKDATA(task), current_task));
877 loc_ref, KMP_TASK_TO_TASKDATA(task)));
1254 static void __kmpc_omp_task_complete_if0_template(ident_t *loc_ref,
1258 gtid, loc_ref, KMP_TASK_TO_TASKDATA(task)));
1264 gtid, loc_ref, KMP_TASK_TO_TASKDATA(task)));
1281 void __kmpc_omp_task_complete_if0_ompt(ident_t *loc_ref, kmp_int32 gtid,
1283 __kmpc_omp_task_complete_if0_template<true>(loc_ref, gtid, task);
1289 // loc_ref: source location information; points to end of task block.
1292 void __kmpc_omp_task_complete_if0(ident_t *loc_ref, kmp_int32 gtid,
1296 __kmpc_omp_task_complete_if0_ompt(loc_ref, gtid, task);
1300 __kmpc_omp_task_complete_if0_template<false>(loc_ref, gtid, task);
1306 void __kmpc_omp_task_complete(ident_t *loc_ref, kmp_int32 gtid,
1309 loc_ref, KMP_TASK_TO_TASKDATA(task)));
1315 loc_ref, KMP_TASK_TO_TASKDATA(task)));
1323 // loc_ref: reference to source location of parallel region
1330 // TODO: Get better loc_ref. Value passed in may be NULL
1331 void __kmp_init_implicit_task(ident_t *loc_ref, kmp_info_t *this_thr,
1344 task->td_ident = loc_ref;
1447 // loc_ref: source location information
1457 kmp_task_t *__kmp_task_alloc(ident_t *loc_ref, kmp_int32 gtid,
1483 gtid, loc_ref, *((kmp_int32 *)flags), sizeof_kmp_task_t,
1593 taskdata->td_ident = loc_ref;
1685 kmp_task_t *__kmpc_omp_task_alloc(ident_t *loc_ref, kmp_int32 gtid,
1696 gtid, loc_ref, input_flags->tiedness ? "tied " : "untied",
1701 retval = __kmp_task_alloc(loc_ref, gtid, input_flags, sizeof_kmp_task_t,
1709 kmp_task_t *__kmpc_omp_target_task_alloc(ident_t *loc_ref, kmp_int32 gtid,
1723 return __kmpc_omp_task_alloc(loc_ref, gtid, flags, sizeof_kmp_task_t,
1729 @param loc_ref location of the original task directive
1741 __kmpc_omp_reg_task_with_affinity(ident_t *loc_ref, kmp_int32 gtid,
1965 // loc_ref: location of original task pragma (ignored)
1973 kmp_int32 __kmpc_omp_task_parts(ident_t *loc_ref, kmp_int32 gtid,
1978 loc_ref, new_taskdata));
2008 gtid, loc_ref, new_taskdata));
2110 // loc_ref: location of original task pragma (ignored)
2119 kmp_int32 __kmpc_omp_task(ident_t *loc_ref, kmp_int32 gtid,
2127 KA_TRACE(10, ("__kmpc_omp_task(enter): T#%d loc=%p task=%p\n", gtid, loc_ref,
2164 gtid, loc_ref, new_taskdata));
2176 // loc_ref: location of original task pragma (ignored)
2186 kmp_int32 __kmp_omp_taskloop_task(ident_t *loc_ref, kmp_int32 gtid,
2194 KA_TRACE(10, ("__kmpc_omp_task(enter): T#%d loc=%p task=%p\n", gtid, loc_ref,
2216 gtid, loc_ref, new_taskdata));
2226 static kmp_int32 __kmpc_omp_taskwait_template(ident_t *loc_ref, kmp_int32 gtid,
2234 KA_TRACE(10, ("__kmpc_omp_taskwait(enter): T#%d loc=%p\n", gtid, loc_ref));
2271 taskdata->td_taskwait_ident = loc_ref;
2338 static kmp_int32 __kmpc_omp_taskwait_ompt(ident_t *loc_ref, kmp_int32 gtid,
2341 return __kmpc_omp_taskwait_template<true>(loc_ref, gtid, frame_address,
2348 kmp_int32 __kmpc_omp_taskwait(ident_t *loc_ref, kmp_int32 gtid) {
2352 return __kmpc_omp_taskwait_ompt(loc_ref, gtid, OMPT_GET_FRAME_ADDRESS(0),
2356 return __kmpc_omp_taskwait_template<false>(loc_ref, gtid, NULL, NULL);
2360 kmp_int32 __kmpc_omp_taskyield(ident_t *loc_ref, kmp_int32 gtid, int end_part) {
2369 gtid, loc_ref, end_part));
2382 taskdata->td_taskwait_ident = loc_ref;
4601 kmp_event_t *__kmpc_task_allow_completion_event(ident_t *loc_ref, int gtid,
5618 // loc_ref: Location of TDG, not used yet
5623 kmp_int32 __kmpc_start_record_task(ident_t *loc_ref, kmp_int32 gtid,
5630 gtid, loc_ref, input_flags, tdg_id));
5637 gtid, loc_ref, input_flags, tdg_id));
5641 __kmpc_taskgroup(loc_ref, gtid);
5703 // loc_ref: Source location information
5707 void __kmpc_end_record_task(ident_t *loc_ref, kmp_int32 gtid,
5713 gtid, loc_ref, tdg_id, input_flags));
5716 __kmpc_end_taskgroup(loc_ref, gtid);
5722 gtid, loc_ref, tdg_id));