Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dtask_group_context.cpp68 auto exception = ctx.my_exception.load(std::memory_order_relaxed); in destroy()
78 poison_pointer(ctx.my_exception); in destroy()
96 ctx.my_exception.store(nullptr, std::memory_order_relaxed); in initialize()
250 auto exception = ctx.my_exception.load(std::memory_order_relaxed); in reset()
253 ctx.my_exception.store(nullptr, std::memory_order_relaxed); in reset()
H A Dtask_dispatcher.cpp176 auto exception = w_ctx.my_exception.load(std::memory_order_acquire); in execute_and_wait()
H A Darena.cpp769 …__TBB_ASSERT(!exec_context.my_exception.load(std::memory_order_relaxed), nullptr); // exception ca… in execute()
780 auto exception = exec_context.my_exception.load(std::memory_order_acquire); in execute()
H A Dtask_dispatcher.h363 … ed.context->my_exception.store(tbb_exception_ptr::allocate(), std::memory_order_release); in local_wait_for_all()
/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp629 bool my_exception; member in ParReduceBody
634 my_stats(&s_), my_exception(e_), tgc(context) { in ParReduceBody()
653 if( my_exception ) in operator ()()
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h239 std::atomic<r1::tbb_exception_ptr*> my_exception; variable