Chromium Code Reviews
DescriptionChange MessagePumpForGpu and SharedMemory to ScopedHandle.
One of the suspected reasons for GPU hangs is handle
recycling with subsequent usage of the old closed handle - either
closing it again or waiting on it.
Changing these two classes from plain HANDLE to ScopedHandle
should help to verify at least the double close case.
It should help to detect handle leaks too.
BUG=620904
Committed: https://crrev.com/2660facba19f2101c6c9c67e2739511baf4cb6b8
Cr-Commit-Position: refs/heads/master@{#403082}
Patch Set 1 #Patch Set 2 : Fixed unit tests #
Total comments: 4
Patch Set 3 : Fixed spacing and added Bug ID #
Messages
Total messages: 19 (9 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||