Lines Matching refs:my_wait
50 CountingTask( Body body, tbb::detail::d1::wait_context& wait ) : my_body(body), my_wait(wait) {} in CountingTask()
52 CountingTask( tbb::detail::d1::wait_context& wait ) : my_wait(wait) {} in CountingTask()
57 my_wait.release(); in execute()
63 my_wait.release(); in cancel()
77 tbb::detail::d1::wait_context& my_wait; member in CountingTask
351 : my_suspend_tag(tag), my_wait(wait) in suspended_task()
366 my_wait.release(); in execute()
377 tbb::detail::d1::wait_context& my_wait; member
422 … : my_wait(wait), my_task_pool(task_pool), my_resume_flag(resume_flag), my_suspend_tag(suspend_tag) in bypass_task()
446 my_wait.release(); in execute()
455 tbb::detail::d1::wait_context& my_wait; member