MCPcopy Create free account
hub / github.com/SIPp/sipp / removeRtpTaskThreadID

Method removeRtpTaskThreadID

src/scenario.cpp:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void scenario::removeRtpTaskThreadID(pthread_t id)
434{
435 threadIDs.erase(id);
436}
437
438std::unordered_map<pthread_t, std::string>& scenario::fetchRtpTaskThreadIDs()
439{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected