Searched refs:ProcResults (Results 1 – 1 of 1) sorted by relevance
55 struct ProcResults { struct58 ProcResults(size_t capacity) { data.reserve(capacity); } in ProcResults() argument61 void combine_with(const ProcResults& append) { in combine_with() argument152 void send(const ProcResults& v) { in send()168 void recv(ProcResults& v) { in recv()239 ProcResults results(iterations); in worker_fx()340 ProcResults tot_results(0), tmp_results(0); in run_main()