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

Issue 5278006: GPU thread acknowledges an armed watchdog every time it returns to the messag... (Closed)

Created:
10 years, 1 month ago by apatrick_chromium
Modified:
9 years, 7 months ago
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

GPU thread acknowledges an armed watchdog every time it returns to the message loop. It used to only acknowledge upon receiving a particular kind of Task from the watchdog, which could potentially be delayed by other Tasks. TEST=WebGL locally, check recovery from about:gpuhang locally, try BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67184

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -14 lines) Patch
M chrome/gpu/gpu_watchdog_thread.h View 1 2 chunks +24 lines, -1 line 0 comments Download
M chrome/gpu/gpu_watchdog_thread.cc View 4 chunks +65 lines, -13 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
apatrick_chromium
10 years, 1 month ago (2010-11-23 22:25:21 UTC) #1
Ken Russell (switch to Gerrit)
10 years, 1 month ago (2010-11-23 23:03:12 UTC) #2
LGTM

http://codereview.chromium.org/5278006/diff/1/chrome/gpu/gpu_watchdog_thread.h
File chrome/gpu/gpu_watchdog_thread.h (right):

http://codereview.chromium.org/5278006/diff/1/chrome/gpu/gpu_watchdog_thread....
chrome/gpu/gpu_watchdog_thread.h:55: bool armed_;
This should probably be volatile.

Powered by Google App Engine
This is Rietveld 408576698