Home
last modified time | relevance | path

Searched refs:counters (Results 1 – 6 of 6) sorted by relevance

/oneTBB/test/common/
H A Dstate_trackable.h71counters[StateTrackableBase::ZeroInitialized] = counters[StateTrackableBase::DefaultInitialized] = in reset()
72counters[StateTrackableBase::DirectInitialized] = counters[StateTrackableBase::CopyInitialized] = in reset()
73 counters[StateTrackableBase::MoveInitialized] = counters[StateTrackableBase::CopyAssigned] = in reset()
74 counters[StateTrackableBase::MoveAssigned] = counters[StateTrackableBase::MovedFrom] = in reset()
75 counters[StateTrackableBase::Destroyed] = counters[StateTrackableBase::Unspecified] = 0; in reset()
84 static counters_type counters; member
87 StateTrackableCounters::counters_type StateTrackableCounters::counters;
93 … StateTrackableCounters::counters.find(s) != StateTrackableCounters::counters.end()), in assign_new_state()
96 … StateTrackableCounters::counters.find(state) != StateTrackableCounters::counters.end()), in assign_new_state()
99 ++StateTrackableCounters::counters[state]; in assign_new_state()
H A Dcontainer_move_support.h98 void save_allocator_counters(){ previous_state = static_counter_allocator_type::counters(); } in save_allocator_counters()
100 counters_type now = static_counter_allocator_type::counters(); in verify_no_more_than_x_memory_items_allocated()
540 void save_allocator_counters() { previous_state = StaticCountingAllocatorType::counters(); } in save_allocator_counters()
543 counters_type now = StaticCountingAllocatorType::counters(); in verify_no_more_than_x_memory_items_allocated()
H A Dcustom_allocators.h300 static AllocatorCounters counters() { in counters() function
348 static counters_type counters() { in counters() function
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DWavefront.rst51 decrement the counters of its successors. If a successor's counter
138 organizes these counters for easy lookup. The code initializes the
139 counters and then rolls a wavefront using ``parallel_for_each``,
/oneTBB/test/tbb/
H A Dtest_input_node.cpp100 function_body( std::atomic<int> *counters ) : my_counters(counters) { in function_body() argument
H A Dtest_task_arena.cpp1246 StateTrackableCounters::counters_type& cnts = StateTrackableCounters::counters; in check()