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

Function id_function

src/sslsocket.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59#ifndef WIN32
60static unsigned long id_function()
61{
62 return (unsigned long)THREAD_ID;
63}
64#endif
65#endif
66

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected