Searched refs:my_exception (Results 1 – 6 of 6) sorted by relevance
68 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()
176 auto exception = w_ctx.my_exception.load(std::memory_order_acquire); in execute_and_wait()
769 …__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()
363 … ed.context->my_exception.store(tbb_exception_ptr::allocate(), std::memory_order_release); in local_wait_for_all()
629 bool my_exception; member in ParReduceBody634 my_stats(&s_), my_exception(e_), tgc(context) { in ParReduceBody()653 if( my_exception ) in operator ()()
239 std::atomic<r1::tbb_exception_ptr*> my_exception; variable