MCPcopy 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
30inline 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
39inline int SigAddSet(sigset_t* set, int signo) {
40#if defined _unix_

Callers 1

RunMethod · 0.85

Calls 1

Y_UNUSEDFunction · 0.85

Tested by

no test coverage detected