Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp1331 taskdata->td_alloc_thread = encountering_thread; in __kmp_task_alloc()
4084 taskdata->td_alloc_thread = thread; in __kmp_task_dup_alloc()
H A Dkmp.h2388 kmp_info_p *td_alloc_thread; /* thread that allocated data structures */ member