Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dthread_data.hpp112 struct BOOST_THREAD_DECL thread_data_base: struct
115 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 …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dthread_data.hpp99 struct BOOST_THREAD_DECL thread_data_base struct
101 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 …]