Searched refs:cleanup_func_t (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/thread/ |
D | tss.hpp | 20 typedef void(*cleanup_func_t)(void*); typedef 21 typedef void(*cleanup_caller_t)(cleanup_func_t, void*); 24 …d const* key,detail::thread::cleanup_caller_t caller,detail::thread::cleanup_func_t func,void* tss… 42 static void cleanup_caller(detail::thread::cleanup_func_t cleanup_function,void* data) in cleanup_caller() 48 detail::thread::cleanup_func_t cleanup; 54 cleanup(reinterpret_cast<detail::thread::cleanup_func_t>(&default_deleter)) in thread_specific_ptr() 57 : cleanup(reinterpret_cast<detail::thread::cleanup_func_t>(func_)) in thread_specific_ptr()
|
/third_party/boost/boost/thread/win32/ |
D | thread_data.hpp | 83 typedef void(*cleanup_func_t)(void*); typedef 84 typedef void(*cleanup_caller_t)(cleanup_func_t, void*); 87 cleanup_func_t func; 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 | 97 typedef void(*cleanup_func_t)(void*); typedef 98 typedef void(*cleanup_caller_t)(cleanup_func_t, void*); 101 cleanup_func_t func; 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 | 732 detail::tss_data_node::cleanup_func_t func, in add_new_tss_node() 750 detail::tss_data_node::cleanup_func_t func, in set_tss_data()
|
/third_party/boost/libs/thread/src/win32/ |
D | thread.cpp | 913 detail::tss_data_node::cleanup_func_t func, in add_new_tss_node() 928 detail::tss_data_node::cleanup_func_t func, in set_tss_data()
|