| fault_interval | The minimum interval required between thread re-executions. Deadlines are guaranteed as long as at most one thread is re-executed every fault_interval. |
| KERN_SUCCESS | The fault interval is set to fault_interval. | KERN_FAILURE | There are one or more threads scheduled on the timeline. The fault interval cannot be changed when the timeline is busy. | KERN_INVALID_VALUE | The specified fault_interval is invalid. |