Home
last modified time | relevance | path

Searched refs:nested_arena_context (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Darena.cpp614 class nested_arena_context : no_copy { class
616 nested_arena_context(thread_data& td, arena& nested_arena, std::size_t slot_index) in nested_arena_context() function in tbb::detail::r1::nested_arena_context
658 ~nested_arena_context() { in ~nested_arena_context()
767 nested_arena_context scope(*td, *a, index2 ); in execute()
792 nested_arena_context scope(*td, *a, index1); in execute()
H A Darena_slot.h93 friend class nested_arena_context; variable
H A Dscheduler_common.h450 friend class nested_arena_context; in alignas() local