Searched defs:thread_data_base (Results 1 – 2 of 2) sorted by relevance
112 struct BOOST_THREAD_DECL thread_data_base: struct115 thread_data_ptr self;116 pthread_t thread_handle;117 boost::mutex data_mutex;118 boost::condition_variable done_condition;119 bool done;120 bool join_started;121 bool joined;122 boost::detail::thread_exit_callback_node* thread_exit_callbacks;123 std::map<void const*,boost::detail::tss_data_node> tss_data;[all …]
99 struct BOOST_THREAD_DECL thread_data_base struct101 long count;106 detail::win32::scoped_winrt_thread thread_handle;108 detail::win32::handle_manager thread_handle;111 boost::detail::thread_exit_callback_node* thread_exit_callbacks;112 unsigned id;113 std::map<void const*,boost::detail::tss_data_node> tss_data;116 > notify_list_t;117 notify_list_t notify;120 typedef std::vector<shared_ptr<shared_state_base> > async_states_t;[all …]