MCPcopy Create free account
hub / github.com/catboost/catboost / SigEmptySet

Function SigEmptySet

util/system/sigset.h:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#endif
20
21inline int SigEmptySet(sigset_t* set) {
22#if defined _unix_
23 return sigemptyset(set);
24#else
25 Y_UNUSED(set);
26 return 0;
27#endif
28}
29
30inline int SigFillSet(sigset_t* set) {
31#if defined _unix_

Callers 2

Y_UNIT_TESTFunction · 0.85
OnForkMethod · 0.85

Calls 1

Y_UNUSEDFunction · 0.85

Tested by

no test coverage detected