Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dtask_group_context.cpp68 auto exception = ctx.my_exception.load(std::memory_order_relaxed); in destroy() local
250 auto exception = ctx.my_exception.load(std::memory_order_relaxed); in reset() local
H A Dtask_dispatcher.cpp176 auto exception = w_ctx.my_exception.load(std::memory_order_acquire); in execute_and_wait() local
H A Darena.cpp780 auto exception = exec_context.my_exception.load(std::memory_order_acquire); in execute() local
/oneTBB/test/tbb/
H A Dtest_concurrent_queue.cpp235 } catch (int exception) { in fill_and_catch() local