Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
static unsigned long tid_self() {
50
return reinterpret_cast<unsigned long>(pthread_self());
51
}
52
53
struct free_delete {
54
void operator()(void* x) { free(x); }
Callers
6
printAudioHexUS
Function · 0.85
printVideoHexUS
Function · 0.85
printAudioHex
Function · 0.85
printAudioVector
Function · 0.85
printVideoHex
Function · 0.85
printVideoVector
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected