MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / patchPOSIXUserMask

Function patchPOSIXUserMask

src/signalwrappers.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129static inline void
130patchPOSIXUserMask(int how, const sigset_t *set, sigset_t *oldset)
131{
132 patchPOSIXUserMaskWork(how, set, oldset, &checkpointSignalBlockedForProcess);
133}
134
135/* Multi-threaded version of the above function */
136static inline void

Callers 1

sigprocmaskFunction · 0.85

Calls 1

patchPOSIXUserMaskWorkFunction · 0.85

Tested by

no test coverage detected