| 468 | } |
| 469 | |
| 470 | void TContextDistributor::WaitAllDistributionActivity() { |
| 471 | CHROMIUM_TRACE_FUNCTION(); |
| 472 | while (AtomicGet(ActiveReqCount) > 0) |
| 473 | ThreadYield(); |
| 474 | } |
| 475 | |
| 476 | ////////////////////////////////////////////////////////////////////////// |
| 477 | } |
no test coverage detected