Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_limiter_node.cpp321 int outint; in test_continue_msg_reception() local
322 CHECK_MESSAGE( (qn.try_get(outint) && outint == 42), "initial put to decrement stops node"); in test_continue_msg_reception()
H A Dtest_eh_flow_graph.cpp211 int outint = ++(*my_current_val); in operator ()() local
217 WaitAndThrow(outint,"test_input_body"); in operator ()()