Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SigFillSet
Function
SigFillSet
util/system/sigset.h:30–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
inline int SigFillSet(sigset_t* set) {
31
#if defined _unix_
32
return sigfillset(set);
33
#else
34
Y_UNUSED(set);
35
return 0;
36
#endif
37
}
38
39
inline int SigAddSet(sigset_t* set, int signo) {
40
#if defined _unix_
Callers
1
Run
Method · 0.85
Calls
1
Y_UNUSED
Function · 0.85
Tested by
no test coverage detected