Searched refs:cleanup_caller_t (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/thread/ |
D | tss.hpp | 21 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/ |
D | thread_data.hpp | 84 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/ |
D | thread_data.hpp | 98 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/ |
D | thread.cpp | 731 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/ |
D | thread.cpp | 912 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()
|