| 16181 | } |
| 16182 | |
| 16183 | static int |
| 16184 | test_scheduler_mode_roundrobin_op(void) |
| 16185 | { |
| 16186 | TEST_ASSERT(test_scheduler_mode_op(CDEV_SCHED_MODE_ROUNDROBIN) == |
| 16187 | 0, "Failed to set roundrobin mode"); |
| 16188 | return 0; |
| 16189 | |
| 16190 | } |
| 16191 | |
| 16192 | static int |
| 16193 | test_scheduler_mode_multicore_op(void) |
nothing calls this directly
no test coverage detected