| 431 | } |
| 432 | |
| 433 | void scenario::removeRtpTaskThreadID(pthread_t id) |
| 434 | { |
| 435 | threadIDs.erase(id); |
| 436 | } |
| 437 | |
| 438 | std::unordered_map<pthread_t, std::string>& scenario::fetchRtpTaskThreadIDs() |
| 439 | { |
nothing calls this directly
no outgoing calls
no test coverage detected