| 193 | } |
| 194 | |
| 195 | TContextDistributor::~TContextDistributor() { |
| 196 | while (AtomicGet(ActiveReqCount)) |
| 197 | ThreadYield(); |
| 198 | } |
| 199 | |
| 200 | void TContextDistributor::CreateNewContext(int envId, int parentEnvId, const TVector<int>& computer2HostId) { |
| 201 | CHROMIUM_TRACE_FUNCTION(); |
nothing calls this directly
no test coverage detected