Home
last modified time | relevance | path

Searched defs:relation_with_parent (Results 1 – 1 of 1) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dtask_group.h283 static context_traits make_traits(kind_type relation_with_parent, std::uintptr_t user_traits) { in make_traits()
341 : task_group_context(make_traits(relation_with_parent, t), CUSTOM_CTX) {} in task_group_context()