OSDN Git Service

Deleting objects on the wrong thread is a silly idea
authorRomain Guy <romainguy@google.com>
Tue, 25 Sep 2012 22:49:03 +0000 (15:49 -0700)
committerRomain Guy <romainguy@google.com>
Tue, 25 Sep 2012 22:49:03 +0000 (15:49 -0700)
commit8a1374946a928fcba7495c87ff6adda327fdfb9f
treeab6b1d092aec1b19751e820c3e18a10c21a40759
parent1ab8a08a9b85aa62045a6a78fd93859382c88b0f
Deleting objects on the wrong thread is a silly idea
Bug #7195815

Turns out that multi-threading is hard.

Change-Id: Ib0b4bd6dc3caea27f7ced22cbb363bb955fe58ab
libs/hwui/Layer.cpp
libs/hwui/Layer.h
libs/hwui/LayerRenderer.cpp
libs/hwui/LayerRenderer.h
libs/hwui/ResourceCache.cpp