| 78 | } |
| 79 | |
| 80 | SchedulingPolicy getSchedulingPolicy() |
| 81 | { |
| 82 | CHECK_FUNCTION_CONTEXT(); |
| 83 | |
| 84 | return internal::getScheduler().getCurrentThreadControlBlock().getSchedulingPolicy(); |
| 85 | } |
| 86 | |
| 87 | size_t getStackHighWaterMark() |
| 88 | { |
nothing calls this directly
no test coverage detected