Searched defs:tss_data_node (Results 1 – 2 of 2) sorted by relevance
81 struct tss_data_node struct83 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() function113 std::map<void const*,boost::detail::tss_data_node> tss_data;
95 struct tss_data_node struct97 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() function123 std::map<void const*,boost::detail::tss_data_node> tss_data;