Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dthread_data.hpp81 struct tss_data_node struct
83 typedef void(*cleanup_func_t)(void*);
84 typedef void(*cleanup_caller_t)(cleanup_func_t, void*);
86 cleanup_caller_t caller;
87 cleanup_func_t func;
88 void* value;
90 tss_data_node(cleanup_caller_t caller_,cleanup_func_t func_,void* value_): in tss_data_node() function
113 std::map<void const*,boost::detail::tss_data_node> tss_data;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dthread_data.hpp95 struct tss_data_node struct
97 typedef void(*cleanup_func_t)(void*);
98 typedef void(*cleanup_caller_t)(cleanup_func_t, void*);
104 tss_data_node(cleanup_caller_t caller_,cleanup_func_t func_,void* value_): in tss_data_node() function
123 std::map<void const*,boost::detail::tss_data_node> tss_data;