| 1048 | } |
| 1049 | |
| 1050 | static int |
| 1051 | remain_for_mode(int mode) |
| 1052 | { |
| 1053 | |
| 1054 | return (mode == SINGLE_ALLPROC ? 0 : 1); |
| 1055 | } |
| 1056 | |
| 1057 | static int |
| 1058 | weed_inhib(int mode, struct thread *td2, struct proc *p) |
no outgoing calls
no test coverage detected