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

Issue 6254016: SetIOAllowed when stopping worker audio threads (Closed)

Created:
9 years, 11 months ago by davejcool
Modified:
9 years, 7 months ago
CC:
chromium-reviews, davemoore+watch_chromium.org
Visibility:
Public.

Description

SetIOAllowed when stopping worker audio threads Stopping a thread is considered "IO" since it "may" take a long time. In the case with these audio threads, they are already idle, so stopping should not block. BUG=chromium-os:11110 TEST=(none) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72235

Patch Set 1 #

Patch Set 2 : comments #

Patch Set 3 : formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
M chrome/browser/chromeos/audio_mixer_alsa.cc View 1 2 3 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/chromeos/audio_mixer_pulse.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
davejcool
This should fix it.
9 years, 11 months ago (2011-01-21 20:23:46 UTC) #1
willchan no longer on Chromium
Every ScopedAllowIO should be accompanied with a link to the bug discussion on why it's ...
9 years, 11 months ago (2011-01-21 20:31:26 UTC) #2
davejcool
Referencing Issue 11110 in the comments. The thread's MessageLoop should already be empty at the ...
9 years, 11 months ago (2011-01-21 21:56:09 UTC) #3
willchan no longer on Chromium
I am in favor of adding a method to MessageLoop that exposes whether or not ...
9 years, 11 months ago (2011-01-21 22:04:02 UTC) #4
davejcool
On 2011/01/21 22:04:02, willchan wrote: > I am in favor of adding a method to ...
9 years, 11 months ago (2011-01-21 22:26:27 UTC) #5
Nikita (slow)
9 years, 11 months ago (2011-01-24 15:05:25 UTC) #6
LGTM
ui_tests are now fine.

Powered by Google App Engine
This is Rietveld 408576698