Home
last modified time | relevance | path

Searched refs:td_alloc_thread (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_taskdeps.h159 next_taskdata->td_alloc_thread->th.th_info.ds.ds_gtid; in __kmp_release_deps()
H A Dkmp_tasking.cpp1484 taskdata->td_alloc_thread = thread; in __kmp_task_alloc()
4440 taskdata->td_alloc_thread = thread; in __kmp_task_dup_alloc()
H A Dkmp.h2482 kmp_info_p *td_alloc_thread; /* thread that allocated data structures */ member