aboutsummaryrefslogtreecommitdiffstats
path: root/schedcat/sched/fp/__init__.py
blob: 2da5e1b1a9c662675fd528d65d040fc87c4b743e (plain) (blame)
1
2
3
4
5
6
7
8
"""Fixed-priority schedulability tests.
   Currently, only uniprocessor response-time analysis is implemented.
"""

from __future__ import division

from .rta import bound_response_times, is_schedulable