|
PipeWire 0.3.38
|

Data Structures | |
| struct | thread |
| struct | impl |
Macros | |
| #define | NAME "rtkit" |
| #define | PW_LOG_TOPIC_DEFAULT mod_topic |
| #define | DEFAULT_NICE_LEVEL -11 |
| #define | DEFAULT_RT_PRIO 88 |
| #define | DEFAULT_RT_TIME_SOFT 2000000 |
| #define | DEFAULT_RT_TIME_HARD 2000000 |
| #define | MODULE_USAGE |
| #define | RTKIT_SERVICE_NAME "org.freedesktop.RealtimeKit1" |
| #define | RTKIT_OBJECT_PATH "/org/freedesktop/RealtimeKit1" |
| #define | RLIMIT_RTTIME 15 |
Functions | |
| PW_LOG_TOPIC_STATIC (mod_topic, "mod." NAME) | |
| struct pw_rtkit_bus * | pw_rtkit_bus_get_system (void) |
| void | pw_rtkit_bus_free (struct pw_rtkit_bus *system_bus) |
| int | pw_rtkit_get_max_realtime_priority (struct pw_rtkit_bus *connection) |
| int | pw_rtkit_get_min_nice_level (struct pw_rtkit_bus *connection, int *min_nice_level) |
| long long | pw_rtkit_get_rttime_usec_max (struct pw_rtkit_bus *connection) |
| int | pw_rtkit_make_realtime (struct pw_rtkit_bus *connection, pid_t thread, int priority) |
| int | pw_rtkit_make_high_priority (struct pw_rtkit_bus *connection, pid_t thread, int nice_level) |
| int | pipewire__module_init (struct pw_impl_module *module, const char *args) |
| #define DEFAULT_NICE_LEVEL -11 |
| #define DEFAULT_RT_PRIO 88 |
| #define DEFAULT_RT_TIME_HARD 2000000 |
| #define DEFAULT_RT_TIME_SOFT 2000000 |
| #define MODULE_USAGE |
| #define NAME "rtkit" |
| #define PW_LOG_TOPIC_DEFAULT mod_topic |
| #define RLIMIT_RTTIME 15 |
| #define RTKIT_OBJECT_PATH "/org/freedesktop/RealtimeKit1" |
| #define RTKIT_SERVICE_NAME "org.freedesktop.RealtimeKit1" |
| int pipewire__module_init | ( | struct pw_impl_module * | module, |
| const char * | args | ||
| ) |
References props, pw_context_get_properties(), pw_impl_module_get_context(), PW_LOG_TOPIC_INIT, and pw_properties_get().
| PW_LOG_TOPIC_STATIC | ( | mod_topic | , |
| "mod." | NAME | ||
| ) |
| void pw_rtkit_bus_free | ( | struct pw_rtkit_bus * | system_bus | ) |
| struct pw_rtkit_bus * pw_rtkit_bus_get_system | ( | void | ) |
References pw_log_error.
| int pw_rtkit_get_max_realtime_priority | ( | struct pw_rtkit_bus * | connection | ) |
| int pw_rtkit_get_min_nice_level | ( | struct pw_rtkit_bus * | connection, |
| int * | min_nice_level | ||
| ) |
| long long pw_rtkit_get_rttime_usec_max | ( | struct pw_rtkit_bus * | connection | ) |
| int pw_rtkit_make_high_priority | ( | struct pw_rtkit_bus * | connection, |
| pid_t | thread, | ||
| int | nice_level | ||
| ) |
| int pw_rtkit_make_realtime | ( | struct pw_rtkit_bus * | connection, |
| pid_t | thread, | ||
| int | priority | ||
| ) |