Home
last modified time | relevance | path

Searched refs:thread_exit_callbacks (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/src/pthread/
Dthread.cpp96 while(!thread_info->tss_data.empty() || thread_info->thread_exit_callbacks) in tls_destructor()
99 while(thread_info->thread_exit_callbacks) in tls_destructor()
101 … detail::thread_exit_callback_node* const current_node=thread_info->thread_exit_callbacks; in tls_destructor()
102 thread_info->thread_exit_callbacks=current_node->next; in tls_destructor()
702 … heap_new<thread_exit_callback_node>(func,current_thread_data->thread_exit_callbacks); in add_thread_exit_function()
703 current_thread_data->thread_exit_callbacks=new_node; in add_thread_exit_function()
/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread.cpp260 … while(! current_thread_data->tss_data.empty() || current_thread_data->thread_exit_callbacks) in run_thread_exit_callbacks()
262 while(current_thread_data->thread_exit_callbacks) in run_thread_exit_callbacks()
264 … detail::thread_exit_callback_node* const current_node=current_thread_data->thread_exit_callbacks; in run_thread_exit_callbacks()
265 current_thread_data->thread_exit_callbacks=current_node->next; in run_thread_exit_callbacks()
883 func,current_thread_data->thread_exit_callbacks); in add_thread_exit_function()
884 current_thread_data->thread_exit_callbacks=new_node; in add_thread_exit_function()
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dthread_data.hpp111 boost::detail::thread_exit_callback_node* thread_exit_callbacks; member
134 thread_exit_callbacks(0), in thread_data_base()
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dthread_data.hpp122 boost::detail::thread_exit_callback_node* thread_exit_callbacks; member
151 thread_exit_callbacks(0), in thread_data_base()