| 143 | } |
| 144 | |
| 145 | void ThreadCommon::setSchedulingPolicy(const SchedulingPolicy schedulingPolicy) |
| 146 | { |
| 147 | getThreadControlBlock().setSchedulingPolicy(schedulingPolicy); |
| 148 | } |
| 149 | |
| 150 | /*---------------------------------------------------------------------------------------------------------------------+ |
| 151 | | protected functions |
no outgoing calls
no test coverage detected