Home
last modified time | relevance | path

Searched defs:thread_exit_callback_node (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/thread/src/pthread/
Dthread.cpp67 struct thread_exit_callback_node struct
69 boost::detail::thread_exit_function_base* func;
70 thread_exit_callback_node* next;
72 thread_exit_callback_node(boost::detail::thread_exit_function_base* func_, in thread_exit_callback_node() argument
/third_party/boost/libs/thread/src/win32/
Dthread.cpp180 struct thread_exit_callback_node struct
182 boost::detail::thread_exit_function_base* func;
183 thread_exit_callback_node* next;
185 thread_exit_callback_node(boost::detail::thread_exit_function_base* func_, in thread_exit_callback_node() argument