Home
last modified time | relevance | path

Searched refs:remove_ref (Results 1 – 8 of 8) sorted by relevance

/oneTBB/src/tbb/
H A Dmain.h79 remove_ref(); in ~__TBB_InitOnce()
84 remove_ref(); in ~__TBB_InitOnce()
91 static void remove_ref();
H A Dmain.cpp101 void __TBB_InitOnce::remove_ref() { in remove_ref() function in tbb::detail::r1::__TBB_InitOnce
158 __TBB_InitOnce::remove_ref(); in DllMain()
163 __TBB_InitOnce::remove_ref(); in DllMain()
H A Dobserver_proxy.cpp122 void observer_list::remove_ref(observer_proxy* p) { in remove_ref() function in tbb::detail::r1::observer_list
173 remove_ref(prev); in do_notify_entry_observers()
194 remove_ref(prev); in do_notify_entry_observers()
229 remove_ref(prev); in do_notify_exit_observers()
231 remove_ref(p); in do_notify_exit_observers()
249 remove_ref(prev); in do_notify_exit_observers()
H A Dthreading_control.cpp184 bool threading_control::remove_ref(bool is_public) { in remove_ref() function in tbb::detail::r1::threading_control
245 __TBB_InitOnce::remove_ref(); in destroy()
273 do_release = remove_ref(is_public); in release()
H A Dobserver_proxy.h74 void remove_ref( observer_proxy* p );
H A Dthreading_control.h125 bool remove_ref(bool is_public);
/oneTBB/include/oneapi/tbb/detail/
H A D_pipeline_filters.h359 void remove_ref() {
382 my_node->remove_ref();
405 old->remove_ref();
418 old->remove_ref();
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DReference_Counting.rst66 bool remove_ref() {return --my_count==0;}
77 method ``remove_ref``\ () because two threads might both execute the