Searched refs:thread_exit_callback_node (Results 1 – 4 of 4) sorted by relevance
67 struct thread_exit_callback_node struct70 thread_exit_callback_node* next; argument72 thread_exit_callback_node(boost::detail::thread_exit_function_base* func_, in thread_exit_callback_node() function73 thread_exit_callback_node* next_): in thread_exit_callback_node()101 … detail::thread_exit_callback_node* const current_node=thread_info->thread_exit_callbacks; in tls_destructor()701 thread_exit_callback_node* const new_node= in add_thread_exit_function()702 … heap_new<thread_exit_callback_node>(func,current_thread_data->thread_exit_callbacks); in add_thread_exit_function()
180 struct thread_exit_callback_node struct183 thread_exit_callback_node* next; argument185 thread_exit_callback_node(boost::detail::thread_exit_function_base* func_, in thread_exit_callback_node() argument186 thread_exit_callback_node* next_): in thread_exit_callback_node()264 … detail::thread_exit_callback_node* const current_node=current_thread_data->thread_exit_callbacks; in run_thread_exit_callbacks()881 thread_exit_callback_node* const new_node= in add_thread_exit_function()882 heap_new<thread_exit_callback_node>( in add_thread_exit_function()
80 struct thread_exit_callback_node;111 boost::detail::thread_exit_callback_node* thread_exit_callbacks;
94 struct thread_exit_callback_node;122 boost::detail::thread_exit_callback_node* thread_exit_callbacks;