core: Expose API to elevate a thread to realtime priority

This should make it easier for clients to elevate their audio threads to
real time priority without having to dig through much through specific
system internals.
This commit is contained in:
Arun Raghavan 2018-04-21 09:45:26 +05:30
parent 651a3d108e
commit 878ef44079
17 changed files with 205 additions and 184 deletions

View file

@ -81,7 +81,6 @@ char *pa_strlcpy(char *b, const char *s, size_t l);
char *pa_parent_dir(const char *fn);
int pa_make_realtime(int rtprio);
int pa_raise_priority(int nice_level);
void pa_reset_priority(void);