Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp171 class test_input_body : WaitThrow<serial_type, TType> { class
176test_input_body(std::atomic<int> &my_cnt, int multiplier = 1) : my_current_val(&my_cnt), my_mult(m… in test_input_body() function in test_input_body
203 class test_input_body<tbb::flow::continue_msg, TType> : WaitThrow<serial_type, TType> { class
207 test_input_body(std::atomic<int> &my_cnt) : my_current_val(&my_cnt) { } in test_input_body() function in test_input_body