Searched defs:call_pull (Results 1 – 4 of 4) sorted by relevance
44 struct call_pull struct49 call_pull(boost::sync_queue<ValueType> *q, boost::barrier *go) : in call_pull() argument53 typedef ValueType result_type;54 ValueType operator()() in operator ()()
63 struct call_pull struct68 call_pull(boost::sync_bounded_queue<int> &q, boost::barrier &go) : in call_pull() argument72 typedef int result_type;73 int operator()() in operator ()()
40 void call_pull(sync_tq* q, const steady_clock::time_point start) in call_pull() function
30 int call_pull(sync_pq* q, boost::barrier* go) in call_pull() function