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

Function patchPOSIXUserMaskMT

src/signalwrappers.cpp:136–140  ·  view source on GitHub ↗

Multi-threaded version of the above function */

Source from the content-addressed store, hash-verified

134
135/* Multi-threaded version of the above function */
136static inline void
137patchPOSIXUserMaskMT(int how, const sigset_t *set, sigset_t *oldset)
138{
139 patchPOSIXUserMaskWork(how, set, oldset, &checkpointSignalBlockedForThread);
140}
141
142// set the handler
143EXTERNC sighandler_t

Callers 1

pthread_sigmaskFunction · 0.85

Calls 1

patchPOSIXUserMaskWorkFunction · 0.85

Tested by

no test coverage detected