MCPcopy Create free account
hub / github.com/NetSys/bess / Sigmask

Method Sigmask

core/utils/syscallthread.cc:132–134  ·  view source on GitHub ↗

Get the signal mask for a pselect() or ppoll() system call.

Source from the content-addressed store, hash-verified

130
131// Get the signal mask for a pselect() or ppoll() system call.
132const sigset_t *SyscallThreadPfuncs::Sigmask() const {
133 return GetMask(false);
134}
135
136/*
137 * Blocks most (all==false) or all (all==true) signals. Called from

Callers

nothing calls this directly

Calls 1

GetMaskFunction · 0.85

Tested by

no test coverage detected