Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dobserver_proxy.h57 void do_notify_exit_observers( observer_proxy* last, bool worker );
143 do_notify_exit_observers( last, worker ); in notify_exit_observers()
H A Dobserver_proxy.cpp207 void observer_list::do_notify_exit_observers(observer_proxy* last, bool worker) { in do_notify_exit_observers() function in tbb::detail::r1::observer_list