Searched defs:tbb_exception_ptr (Results 1 – 2 of 2) sorted by relevance
330 tbb_exception_ptr(const std::exception_ptr& src) : my_ptr(src) {} in tbb_exception_ptr() function
53 class tbb_exception_ptr; variable