Home
last modified time | relevance | path

Searched refs:my_wait (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_task.cpp50 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()
[all …]
H A Dtest_semaphore.cpp165 unsigned my_wait, in FilterBase() argument
171 otherTokens(other_tokens), myWait(my_wait), my_sem(m_sem), in FilterBase()