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

Function SetThreadLocalError

srtcore/sync_posix.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559static CThreadError s_thErr;
560
561void SetThreadLocalError(const CUDTException& e)
562{
563 s_thErr.set(e);
564}
565
566CUDTException& GetThreadLocalError()
567{

Callers 9

installAcceptHookMethod · 0.85
installConnectHookMethod · 0.85
socketMethod · 0.85
APIErrorMethod · 0.85
accept_bondMethod · 0.85
acceptMethod · 0.85
groupsockbstatsMethod · 0.85
getUDTHandleMethod · 0.85
getsockstateMethod · 0.85

Calls 1

setMethod · 0.45

Tested by

no test coverage detected