Classes | |
| struct | rt_sched_param |
Functions | |
| static int | rt_priority_min () |
| static int | rt_priority_max () |
| static int | rt_priority_default () |
| GR_RUNTIME_API rt_status_t | enable_realtime_scheduling (rt_sched_param=rt_sched_param()) |
| If possible, enable "realtime" scheduling.In general, this means that the code will be scheduled before any non-realtime (normal) processes. Note that if your code contains an non-blocking infinite loop and you enable realtime scheduling, it's possible to hang the system. More... | |
|
inlinestatic |
|
inlinestatic |
Referenced by gr::impl::rt_sched_param::rt_sched_param().
|
inlinestatic |
Referenced by gr::impl::rt_sched_param::rt_sched_param().