Home
last modified time | relevance | path

Searched refs:group (Results 1 – 20 of 20) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DFloating_Point_Settings.rst14 …ating point behavior, a thread may capture the current settings in a task group context. Do it at …
30 You can then pass the task group context to most parallel algorithms, including ``flow::graph``, to…
33 Floating-point settings captured to a task group context prevail over the settings captured during …
36 In a nested call to a parallel algorithm that does not use the context of a task group with explici…
43 * To a task group context.
H A DInitializing_and_Terminating_the_Library.rst8 for example any parallel algorithm, flow graph or task group.
H A Dcancel_a_graph.rst69 task::self().group()->cancel_group_execution();
H A Dwork_isolation.rst11 group of tasks to complete might execute other available tasks. In
H A DPredefined_Node_Types.rst49 …ultiple ports for both input and output. The composite_node packages a group of other nodes tog…
/oneTBB/doc/main/reference/
H A Dparallel_for_each_semantics.rst24 …h( InputIterator first, InputIterator last, Body body, task_group_context& group ); // overload (2)
29 … void parallel_for_each( Container& c, Body body, task_group_context& group ); // overload (4)
34 …void parallel_for_each( const Container& c, Body body, task_group_context& group ); // overload (6)
/oneTBB/include/oneapi/tbb/
H A Dprofiling.h75 …TBB_EXPORT void __TBB_EXPORTED_FUNC itt_make_task_group(d1::itt_domain_enum domain, void* group, u…
152 …inline void itt_make_task_group(itt_domain_enum domain, void* group, unsigned long long group_extr… in itt_make_task_group() argument
154 r1::itt_make_task_group(domain, group, group_extra, parent, parent_extra, name_index); in itt_make_task_group()
/oneTBB/doc/GSG/
H A Dnext_steps.rst32 .. group-tab:: Windows* OS
74 "group": {
84 .. group-tab:: Linux* OS
/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c192 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ argument
206 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \ argument
225 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \ argument
230 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \ argument
269group,format) { ITT_TO_STR(ITT_JOIN(__itt_,nameindll)), (void**)(void*)&ITTNOTIFY_NAME(name), (voi… argument
277group,format) {ITT_TO_STR(ITT_JOIN(__itt_,nameindll)), (void**)(void*)&ITTNOTIFY_NAME(name), (void… argument
1644 … if (_N_(_ittapi_global).api_list_ptr[i].group & groups & init_groups) in _N_()
1653 … zero_group = (__itt_group_id)(zero_group | _N_(_ittapi_global).api_list_ptr[i].group); in _N_()
1679 if (_N_(_ittapi_global).api_list_ptr[i].group & zero_group) in _N_()
1726 _N_(_ittapi_global).api_list_ptr[i].group & init_groups) in _N_()
H A Dittnotify_config.h461 __itt_group_id group; member
470 __itt_group_id group; member
H A Dittnotify.h3384 __itt_track_group* group; /*!< Parent group to a track */ member
/oneTBB/src/tbb/
H A Dprofiling.cpp139 void itt_make_task_group(d1::itt_domain_enum domain, void* group, unsigned long long group_extra, in itt_make_task_group() argument
144 itt_id_make(&group_id, group, group_extra); in itt_make_task_group()
/oneTBB/src/tbb/def/
H A Dlin64-tbb.def90 /* Task group context (task_group_context.cpp) */
H A Dlin32-tbb.def90 /* Task group context (task_group_context.cpp) */
H A Dmac64-tbb.def92 # Task group context (task_group_context.cpp)
H A Dwin64-tbb.def84 ; Task group context (task_group_context.cpp)
H A Dwin32-tbb.def84 ; Task group context (task_group_context.cpp)
/oneTBB/cmake/
H A DREADME.md287 * by options group
319 … of the places (library, tests, benchmarks) and adding this option to the group of other options i…
/oneTBB/doc/
H A DDoxyfile.in359 # member in the group (if any) for the other members of the group. By default
360 # all members of a group must be documented explicitly.
365 # If one adds a struct or class to a group and this option is enabled, then also
366 # any nested class or struct is added to the same group. By default this option
373 # (for instance a group of public functions) to be put as a subgroup of that
382 # are shown inside the group in which they are included (e.g. using \ingroup)
395 # namespace, or group documentation), provided this scope is documented. If set
596 # of group names into alphabetical order. If set to NO the group names will
1366 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1485 # doxygen will group on one line in the generated HTML documentation.
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst228 need for the task scheduler to react to outer circumstances, such as cancellation of group