Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h191 offset_and_size_t td_ident; // task identifier member
H A Dkmp_debugger.cpp186 offset_and_size_of(kmp_taskdata_t, td_ident),
H A Dkmp_taskdeps.cpp266 task_source->td_ident->psource, sink->dn.id, in __kmp_track_dependence()
267 task_sink->td_ident->psource); in __kmp_track_dependence()
H A Dkmp_tasking.cpp1340 task->td_ident = loc_ref;
1590 taskdata->td_ident = loc_ref;
H A Dkmp.h2754 ident_t *td_ident; /* task identifier */ member