Home
last modified time | relevance | path

Searched refs:make_traits (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() function
341 : task_group_context(make_traits(relation_with_parent, t), CUSTOM_CTX) {} in task_group_context()
345 : task_group_context(make_traits(bound, default_traits), name) {} in task_group_context()