Home
last modified time | relevance | path

Searched refs:thread_exit_function_base (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dthread.hpp809 struct thread_exit_function_base struct
811 virtual ~thread_exit_function_base() in ~thread_exit_function_base() argument
818 thread_exit_function_base
832 void BOOST_THREAD_DECL add_thread_exit_function(thread_exit_function_base*);
855 …detail::thread_exit_function_base* const thread_exit_func=detail::heap_new<detail::thread_exit_fun… in at_thread_exit()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/pthread/
Dthread.cpp69 boost::detail::thread_exit_function_base* func;
72 thread_exit_callback_node(boost::detail::thread_exit_function_base* func_, in thread_exit_callback_node()
698 void add_thread_exit_function(thread_exit_function_base* func) in add_thread_exit_function()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread.cpp182 boost::detail::thread_exit_function_base* func;
185 thread_exit_callback_node(boost::detail::thread_exit_function_base* func_, in thread_exit_callback_node()
878 void add_thread_exit_function(thread_exit_function_base* func) in add_thread_exit_function()