Home
last modified time | relevance | path

Searched defs:next_value (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_queue_node.cpp58 void check_item( T* next_value, T &value ) { in check_item()
263 T *next_value = new T[num_threads]; in test_parallel() local
H A Dtest_priority_queue_node.cpp47 void check_item( T* next_value, T &value ) { in check_item()
H A Dtest_arena_priorities.cpp102 int next_value = (initialization_method + 1) % initialization_methods_num; in do_allocate_and_construct() local
H A Dtest_buffer_node.cpp209 T *next_value = new T[num_threads]; in test_parallel() local
H A Dtest_limiter_node.cpp46 T next_value; member