Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/detail/
Dthread.hpp791 struct thread_exit_function: struct
796 thread_exit_function(F f_): in thread_exit_function() function
829 …d_exit_function_base* const thread_exit_func=detail::heap_new<detail::thread_exit_function<F> >(f); in at_thread_exit()