Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/sync_queue/
Dmulti_thread_pass.cpp44 struct call_pull struct
49 call_pull(boost::sync_queue<ValueType> *q, boost::barrier *go) : in call_pull() argument
53 typedef ValueType result_type;
54 ValueType operator()() in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/sync_bounded_queue/
Dmulti_thread_pass.cpp63 struct call_pull struct
68 call_pull(boost::sync_bounded_queue<int> &q, boost::barrier &go) : in call_pull() argument
72 typedef int result_type;
73 int operator()() in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/sync_pq/
Dtq_multi_thread_pass.cpp40 void call_pull(sync_tq* q, const steady_clock::time_point start) in call_pull() function
Dpq_multi_thread_pass.cpp30 int call_pull(sync_pq* q, boost::barrier* go) in call_pull() function