Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_omp.h191 offset_and_size_t td_ident; // task identifier member
Dkmp_debugger.cpp186 offset_and_size_of(kmp_taskdata_t, td_ident),
Dkmp_taskdeps.cpp218 task_source->td_ident->psource, sink->dn.id, in __kmp_track_dependence()
219 task_sink->td_ident->psource); in __kmp_track_dependence()
Dkmp_tasking.cpp1060 task->td_ident = loc_ref; in __kmp_init_implicit_task()
1289 taskdata->td_ident = loc_ref; in __kmp_task_alloc()
Dkmp.h2360 ident_t *td_ident; /* task identifier */ member