Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp5528 kmp_int32 *this_root_tasks = tdg->root_tasks;
5586 tdg->root_tasks = nullptr;
5673 tdg->root_tasks = this_root_tasks;
H A Dkmp.h2636 kmp_int32 *root_tasks; // Array of tasks identifiers that are roots member