Home | History | Annotate | Download | only in parallel

Lines Matching defs:block_begin

420         // Make sure all threads have their block_begin result written out.
423 iterator_pair block_begin = block_begins[ iam ];
430 lengths[ iam ] = op.invoke(block_begin.first, block_end.first,
431 block_begin.second, block_end.second,
437 lengths[ iam ] = op.count(block_begin.first, block_end.first,
438 block_begin.second, block_end.second);
452 block_begin = block_begins[num_threads];
456 block_begin.first, end1, block_begin.second, end2, r);
465 op.invoke(block_begin.first, block_end.first,
466 block_begin.second, block_end.second, r);