Definition in file rt_scheduler_unix.c.
Include dependency graph for rt_scheduler_unix.c:
Go to the source code of this file.
Functions | |
int | rts_query_scheduler (rts_scheduler_data_t rsd) |
Get information about the underlying scheduler. | |
int | rts_grab_schedulable (rts_schedulable_t *rs, pid_t member, const char *name) |
Grab a reference to a schedulable entity. | |
int | rts_release_schedulable (rts_schedulable_t rs) |
Release a reference to a schedulable entity. | |
int | rts_set_schedule (rts_schedulable_t rsa, rts_schedule_t rs) |
Set the real-time schedule for a schedulable. | |
int | rts_get_schedule (rts_schedulable_t rsa, rts_schedule_t rs) |
Get the real-time schedule for a schedulable. | |
int | rts_clear_schedule (rts_schedulable_t rsa) |
Clear the real-time schedule for a schedulable and return it to a best-effort scheduler. |
|
Clear the real-time schedule for a schedulable and return it to a best-effort scheduler.
Definition at line 71 of file rt_scheduler_unix.c. |
|
Get the real-time schedule for a schedulable.
Definition at line 64 of file rt_scheduler_unix.c. |
|
Grab a reference to a schedulable entity. The current semantics of this function are as follows:
Definition at line 41 of file rt_scheduler_unix.c. |
|
Get information about the underlying scheduler. This function is mostly about making it possible to do run-time adaptation to the scheduler's capabilities.
Definition at line 25 of file rt_scheduler_unix.c. |
|
Release a reference to a schedulable entity. The current semantics of this function are as follows:
Definition at line 50 of file rt_scheduler_unix.c. |
|
Set the real-time schedule for a schedulable.
Definition at line 57 of file rt_scheduler_unix.c. |