| 115 | static thread_local srt::CUDTException s_thErr; |
| 116 | |
| 117 | void srt::sync::SetThreadLocalError(const srt::CUDTException& e) |
| 118 | { |
| 119 | s_thErr = e; |
| 120 | } |
| 121 | |
| 122 | srt::CUDTException& srt::sync::GetThreadLocalError() |
| 123 | { |
nothing calls this directly
no outgoing calls
no test coverage detected