Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_parallel_invoke.cpp119 if (exception_mask & (1 << Position)) { in operator ()()
127 … for( exception_mask = 1; exception_mask < (std::size_t(1) << TaskCount); ++exception_mask ) { in run_validate_and_reset()
136 …static std::uint64_t exception_mask; // each bit represents whether the function should throw exce… member
140 std::uint64_t exception_handling_test_case<TaskCount>::exception_mask(0); member in exception_handling_test_case<TaskCount>