Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/concurrent_queues/
Dqueue_adaptor.hpp178 struct queue_adaptor<Q, T, true, true> { struct
179 typedef queue_adaptor_copyable_and_movable<Q> type;
182 struct queue_adaptor<Q, T, true, false> { struct
183 typedef queue_adaptor_copyable_only<Q> type;
186 struct queue_adaptor<Q, T, false, true> { struct
187 typedef queue_adaptor_movable_only<Q> type;
193 class queue_adaptor : class