Searched refs:bound (Results 1 – 9 of 9) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_task_group_context.cpp | 33 oneapi::tbb::task_group_context ctx{ oneapi::tbb::task_group_context::bound }; 46 …oneapi::tbb::task_group_context ctx{ oneapi::tbb::task_group_context::bound, oneapi::tbb::task_gro…
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | task_group.h | 173 bound enumerator 194 bool bound : 1; member 212 bound, enumerator 287 ct.bound = relation_with_parent == bound; in make_traits() 339 task_group_context(kind_type relation_with_parent = bound, 345 : task_group_context(make_traits(bound, default_traits), name) {} in task_group_context() 554 , m_context(task_group_context::bound, task_group_context::default_traits | traits)
|
| H A D | collaborative_call_once.h | 103 task_group_context context{ task_group_context::bound, in alignas()
|
| /oneTBB/src/tbb/ |
| H A D | task_group_context.cpp | 58 …ERT(ctx.my_state.load(std::memory_order_relaxed) == d1::task_group_context::state::bound, nullptr); in destroy() 182 …k_dispatcher->m_execute_data_ext.context == td->my_arena->my_default_ctx || !ctx.my_traits.bound) { in bind_to() 189 release_state = d1::task_group_context::state::bound; in bind_to()
|
| H A D | task_dispatcher.h | 304 __TBB_ASSERT(ed.context->my_state == d1::task_group_context::state::bound || in local_wait_for_all()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | cancelling_nested_parallelism.rst | 7 Nested parallelism is canceled if the inner context is bound to the
|
| H A D | Allocator_Configuration.rst | 34 - ``TBB_MALLOC_SET_HUGE_OBJECT_THRESHOLD`` defines the lower bound for
|
| H A D | How_Task_Scheduler_Works.rst | 7 While the task scheduler is not bound to any particular type of parallelism,
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | README.md | 22 * `number` - the upper bound of range to search primes in, must be a positive integer.
|