Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_arena_priorities.cpp282 tbb::task_arena::priority* end_ptr = priorities + adjusted_progressing_arenas; in test() local
297 end_ptr != std::find(priorities, end_ptr, p) in test()
338 auto priorities_it = std::find( end_ptr, priorities + priorities_num, priority ); in test()