| 461 | } |
| 462 | |
| 463 | void TContextDistributor::WaitDistribution() { |
| 464 | CHROMIUM_TRACE_FUNCTION(); |
| 465 | while (!AtomicGet(DistributionIsComplete)) |
| 466 | ThreadYield(); |
| 467 | PAR_DEBUG_LOG << "Distribution complete" << Endl; |
| 468 | } |
| 469 | |
| 470 | void TContextDistributor::WaitAllDistributionActivity() { |
| 471 | CHROMIUM_TRACE_FUNCTION(); |
nothing calls this directly
no test coverage detected