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

Method SetThreadLocalError

srtcore/sync_cxx11.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115static thread_local srt::CUDTException s_thErr;
116
117void srt::sync::SetThreadLocalError(const srt::CUDTException& e)
118{
119 s_thErr = e;
120}
121
122srt::CUDTException& srt::sync::GetThreadLocalError()
123{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected