Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 7 of 7) sorted by relevance

/oneTBB/examples/task_arena/fractal/
H A Dfractal.cpp203 groups[1].run([&] { in run()
210 groups[0].run([&] { in run()
217 groups[1].wait(); in run()
222 groups[0].wait(); in run()
H A Dfractal.hpp110 oneapi::tbb::task_group groups[2]; member in fractal_group
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DAgglomeration.rst92 lines cross between groups if possible.
119 so the solution is to treat subtrees as a groups as shown in the
H A DDivide_and_Conquer.rst132 - Internal nodes represent groups of parts.
/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c246 __itt_group_id groups; member
1431 return group_alias[i].groups; in __itt_get_groups()
1603 __itt_group_id groups; in _N_() local
1624 groups = __itt_get_groups(); in _N_()
1625 if (DL_SYMBOLS && (groups != __itt_group_none || lib_name != NULL)) in _N_()
1638 groups = __itt_group_legacy; in _N_()
1644 … if (_N_(_ittapi_global).api_list_ptr[i].group & groups & init_groups) in _N_()
1661 if (groups == __itt_group_legacy) in _N_()
/oneTBB/examples/parallel_for/tachyon/
H A DREADME.md18 …ilding Blocks (oneTBB) and `blocked_range` to parallelize over tasks that are groups of scan-lines.
/oneTBB/doc/
H A DDoxyfile.in372 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
2156 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2157 # in the modules index. If set to NO, only the current project's groups will be
2272 # groups, showing the direct groups dependencies.