| 177 | } |
| 178 | |
| 179 | static __inline void |
| 180 | sched_unpin(void) |
| 181 | { |
| 182 | atomic_interrupt_fence(); |
| 183 | curthread->td_pinned--; |
| 184 | } |
| 185 | |
| 186 | /* sched_add arguments (formerly setrunqueue) */ |
| 187 | #define SRQ_BORING 0x0000 /* No special circumstances. */ |
no outgoing calls
no test coverage detected