Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dscheduler_common.h330 tbb_exception_ptr(const std::exception_ptr& src) : my_ptr(src) {} in tbb_exception_ptr() function
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h53 class tbb_exception_ptr; variable