Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 9 of 9) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_task_group_context.cpp33 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 Dtask_group.h173 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 Dcollaborative_call_once.h103 task_group_context context{ task_group_context::bound, in alignas()
/oneTBB/src/tbb/
H A Dtask_group_context.cpp58 …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 Dtask_dispatcher.h304 __TBB_ASSERT(ed.context->my_state == d1::task_group_context::state::bound || in local_wait_for_all()
/oneTBB/doc/main/tbb_userguide/
H A Dcancelling_nested_parallelism.rst7 Nested parallelism is canceled if the inner context is bound to the
H A DAllocator_Configuration.rst34 - ``TBB_MALLOC_SET_HUGE_OBJECT_THRESHOLD`` defines the lower bound for
H A DHow_Task_Scheduler_Works.rst7 While the task scheduler is not bound to any particular type of parallelism,
/oneTBB/examples/parallel_reduce/primes/
H A DREADME.md22 * `number` - the upper bound of range to search primes in, must be a positive integer.