Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_tasking.cpp5534 kmp_int32 *this_root_tasks = tdg->root_tasks;
5592 tdg->root_tasks = nullptr;
5679 tdg->root_tasks = this_root_tasks;
HDkmp.h2644 kmp_int32 *root_tasks; // Array of tasks identifiers that are roots member