Home
last modified time | relevance | path

Searched refs:td_task_id (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_omp.h186 offset_and_size_t td_task_id; // task id member
H A Dkmp_debugger.cpp181 offset_and_size_of(kmp_taskdata_t, td_task_id),
H A Dkmp_tasking.cpp1240 task->td_task_id = KMP_GEN_TASK_ID(); in __kmp_init_implicit_task()
1482 taskdata->td_task_id = KMP_GEN_TASK_ID(); in __kmp_task_alloc()
4433 taskdata->td_task_id = KMP_GEN_TASK_ID(); in __kmp_task_dup_alloc()
H A Dkmp_csupport.cpp4025 return thread->th.th_current_task->td_task_id; in __kmpc_get_taskid()
4041 return (parent_task == NULL ? 0 : parent_task->td_task_id); in __kmpc_get_parent_taskid()
H A Dkmp.h2479 kmp_int32 td_task_id; /* id, assigned by debugger */ member