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

Function tid_self

src/rtpstream.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49static unsigned long tid_self() {
50 return reinterpret_cast<unsigned long>(pthread_self());
51}
52
53struct free_delete {
54 void operator()(void* x) { free(x); }

Callers 6

printAudioHexUSFunction · 0.85
printVideoHexUSFunction · 0.85
printAudioHexFunction · 0.85
printAudioVectorFunction · 0.85
printVideoHexFunction · 0.85
printVideoVectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected