MCPcopy Create free account
hub / github.com/Haivision/srt / CThread

Method CThread

srtcore/sync_posix.cpp:378–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376////////////////////////////////////////////////////////////////////////////////
377
378srt::sync::CThread::CThread()
379{
380 m_thread = pthread_t();
381 m_pid = getpid();
382}
383
384srt::sync::CThread::CThread(void *(*start_routine) (void *), void *arg)
385{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected