Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Issue 1205703005: Thread priority sticked to REALTIME_AUDIO on Linux (Closed)

Created:
5 years, 6 months ago by Takashi Toyoshima
Modified:
5 years, 6 months ago
Reviewers:
Lei Zhang, gab
CC:
chromium-reviews, erikwright+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Thread 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -0 lines) Patch
M base/threading/platform_thread_linux.cc View 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Takashi Toyoshima
split from https://codereview.chromium.org/1193303002/ There is no real use case in chromium code base as far ...
5 years, 6 months ago (2015-06-24 03:24:36 UTC) #2
Lei Zhang
lgtm
5 years, 6 months ago (2015-06-25 01:57:47 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1205703005/1
5 years, 6 months ago (2015-06-25 02:29:44 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 6 months ago (2015-06-25 03:17:30 UTC) #6
commit-bot: I haz the power
5 years, 6 months ago (2015-06-25 03:18:23 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/e95fe12752e1b0920e60add6722caacdf980b3ae
Cr-Commit-Position: refs/heads/master@{#336085}

Powered by Google App Engine
This is Rietveld 408576698