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