Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/
Dtss.hpp21 typedef void(*cleanup_caller_t)(cleanup_func_t, void*); typedef
24 …BOOST_THREAD_DECL void set_tss_data(void const* key,detail::thread::cleanup_caller_t caller,detail…
/third_party/boost/boost/thread/win32/
Dthread_data.hpp84 typedef void(*cleanup_caller_t)(cleanup_func_t, void*); typedef
86 cleanup_caller_t caller;
90 tss_data_node(cleanup_caller_t caller_,cleanup_func_t func_,void* value_): in tss_data_node()
/third_party/boost/boost/thread/pthread/
Dthread_data.hpp98 typedef void(*cleanup_caller_t)(cleanup_func_t, void*); typedef
100 cleanup_caller_t caller;
104 tss_data_node(cleanup_caller_t caller_,cleanup_func_t func_,void* value_): in tss_data_node()
/third_party/boost/libs/thread/src/pthread/
Dthread.cpp731 detail::tss_data_node::cleanup_caller_t caller, in add_new_tss_node()
749 detail::tss_data_node::cleanup_caller_t caller, in set_tss_data()
/third_party/boost/libs/thread/src/win32/
Dthread.cpp912 detail::tss_data_node::cleanup_caller_t caller, in add_new_tss_node()
927 detail::tss_data_node::cleanup_caller_t caller, in set_tss_data()