aboutsummaryrefslogtreecommitdiff
path: root/layers/threading.cpp
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2016-07-14 14:37:51 -0600
committerTobin Ehlis <tobine@google.com>2016-07-14 14:37:51 -0600
commit8539dcffbf404e9e08a4eea7f59a3a3dd5381c13 (patch)
tree074067e16980511138c24ce0240cb9da56538ef2 /layers/threading.cpp
parentf638e8e35de6a862691adac6e6f10d7fafe7f9da (diff)
downloadusermoji-8539dcffbf404e9e08a4eea7f59a3a3dd5381c13.tar.xz
layers: On Free/Destroy fix unique_objects map cleanup
When an object is freed or destroyed, unique_objects must clean up its map entry prior to calling down the chain. This is becase the ICD may be preempted just after object deletion, and the same object handle could then be allocated before returning to validation. In that case, unique_objects would delete the entry for the newly-created object.
Diffstat (limited to 'layers/threading.cpp')
0 files changed, 0 insertions, 0 deletions