| 373 | } |
| 374 | |
| 375 | static inline void |
| 376 | sigallowstop(int prev) |
| 377 | { |
| 378 | |
| 379 | if (__predict_true(prev == SIGDEFERSTOP_VAL_NCHG)) |
| 380 | return; |
| 381 | sigallowstop_impl(prev); |
| 382 | } |
| 383 | |
| 384 | int cursig(struct thread *td); |
| 385 | void execsigs(struct proc *p); |
no test coverage detected