Searched refs:pipe_pair (Results 1 – 2 of 2) sorted by relevance
239 auto pipe_pair = Pipe::createPipePair(); in make_worker() local243 return move(get<0>(pipe_pair)); in make_worker()246 worker_fx(num, worker_count, iterations, payload_size, cs_pair, move(get<1>(pipe_pair))); in make_worker()248 return move(get<0>(pipe_pair)); in make_worker()
396 auto pipe_pair = Pipe::createPipePair(); in make_process() local400 return move(get<0>(pipe_pair)); in make_process()405 move(get<1>(pipe_pair))); in make_process()407 return move(get<0>(pipe_pair)); in make_process()