Home
last modified time | relevance | path

Searched refs:counters_type (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/common/
H A Dstate_trackable.h83 using counters_type = std::map<StateTrackableBase::StateValue, std::atomic<std::size_t>>; member
84 static counters_type counters;
87 StateTrackableCounters::counters_type StateTrackableCounters::counters;
H A Dcontainer_move_support.h88 using counters_type = typename static_counter_allocator_type::counters_type; member
90 counters_type previous_state;
100 counters_type now = static_counter_allocator_type::counters(); in verify_no_more_than_x_memory_items_allocated()
519 using counters_type = typename StaticCountingAllocatorType::counters_type; member
521 counters_type previous_state;
543 counters_type now = StaticCountingAllocatorType::counters(); in verify_no_more_than_x_memory_items_allocated()
H A Dcustom_allocators.h248 using counters_type = AllocatorCounters; variable
338 using counters_type = AllocatorCounters; member
348 static counters_type counters() { in counters()
386 using counters_type = AllocatorCounters; variable
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp1246 StateTrackableCounters::counters_type& cnts = StateTrackableCounters::counters; in check()