Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
559
static CThreadError s_thErr;
560
561
void SetThreadLocalError(const CUDTException& e)
562
{
563
s_thErr.set(e);
564
}
565
566
CUDTException& GetThreadLocalError()
567
{
Callers
9
installAcceptHook
Method · 0.85
installConnectHook
Method · 0.85
socket
Method · 0.85
APIError
Method · 0.85
accept_bond
Method · 0.85
accept
Method · 0.85
groupsockbstats
Method · 0.85
getUDTHandle
Method · 0.85
getsockstate
Method · 0.85
Calls
1
set
Method · 0.45
Tested by
no test coverage detected