Home
last modified time | relevance | path

Searched defs:counters (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/common/
H A Dstate_trackable.h84 static counters_type counters; member
H A Dcustom_allocators.h300 static AllocatorCounters counters() { in counters() function
348 static counters_type counters() { in counters() function
/oneTBB/test/tbb/
H A Dtest_input_node.cpp100 function_body( std::atomic<int> *counters ) : my_counters(counters) { in function_body()