commit | 8e8fe529a69761aad6a84fb8025cebd3673d77db | [log] [tgz] |
---|---|---|
author | Yiwei Zhang <zzyiwei@google.com> | Fri Nov 02 18:34:07 2018 -0700 |
committer | Yiwei Zhang <zzyiwei@google.com> | Fri Nov 02 18:43:01 2018 -0700 |
tree | 13b8f06e4a81d4318abc98cfea8b90bc968400d0 | |
parent | c39309375b269bce3a68dadd0bc1d5bc29bc57c0 [diff] |
SF TimeStats: fix a hazard issue The setAcquireFence and setDesiredTime could happen in between the splited setLayerName and setPostTime, where setLayerName inserts an entry but setPostTime actually initializes the structure and waitData position. This change combine setLayerName and setPostTime again to eliminate the hazard. Test: build Bug: b/118770127 Change-Id: Ia1961cb688bbabf23d88305750e69c9fa41da8dd