Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_omp.h186 offset_and_size_t td_task_id; // task id member
Dkmp_debugger.cpp181 offset_and_size_of(kmp_taskdata_t, td_task_id),
Dkmp_tasking.cpp1056 task->td_task_id = KMP_GEN_TASK_ID(); in __kmp_init_implicit_task()
1283 taskdata->td_task_id = KMP_GEN_TASK_ID(); in __kmp_task_alloc()
3983 taskdata->td_task_id = KMP_GEN_TASK_ID(); in __kmp_task_dup_alloc()
Dkmp_csupport.cpp3836 return thread->th.th_current_task->td_task_id; in __kmpc_get_taskid()
3852 return (parent_task == NULL ? 0 : parent_task->td_task_id); in __kmpc_get_parent_taskid()
Dkmp.h2352 kmp_int32 td_task_id; /* id, assigned by debugger */ member