Home
last modified time | relevance | path

Searched refs:notify_one (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_monitor.cpp44 notify_one, enumerator
87 test_monitor.notify_one();
H A Dtest_resumable_tasks.cpp65 m_condvar.notify_one(); in submit()
213 m_condvar.notify_one(); in submit()
/oneTBB/src/tbb/
H A Dco_context.h183 c.my_condvar.notify_one(); in coroutine_thread_func()
254 new_coroutine.my_condvar.notify_one(); in swap_coroutine()
269 c.my_condvar.notify_one(); in destroy_coroutine()
H A Darena.cpp675 td.my_arena->my_exit_monitors.notify_one(); // do not relax! in ~nested_arena_context()
777 a->my_exit_monitors.notify_one(); // do not relax! in execute()
H A Dconcurrent_monitor.h274 void notify_one() { in notify_one() function