DescriptionThread priority sticked to REALTIME_AUDIO on Linux
After changing the thread priority to REALTIME_AUDIO, the priority could
not be changed any more because the scheduling policy was changed to
SCHED_RR by pthreads. SCHED_OTHER is UNIX nice based scheduling policy
and it should be set to make setpriority() for other priorities just work.
BUG=468793
Committed: https://crrev.com/e95fe12752e1b0920e60add6722caacdf980b3ae
Cr-Commit-Position: refs/heads/master@{#336085}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|