| commit | cc4ce5640a9d05ab98c3922c5bf8a471786bc44f | [log] [tgz] |
|---|---|---|
| author | Ajay Dudani <adudani@codeaurora.org> | Mon Oct 15 17:51:01 2012 -0700 |
| committer | Android Partner Code Review <android-gerrit-partner@google.com> | Wed Oct 17 17:22:33 2012 -0700 |
| tree | 6020139ef57df65e324989241a1c842c1f2162b9 | |
| parent | ea12765da6722632c876bb6e4766e9f5e2480585 [diff] |
sync: update new fence status with sync_fence_signal_pt If a fence's pt is signaled before sync_fence_create is called, the fence will never transition into the signaled state. This also address a tiny race if a merged fence's pt after sync_fence_get_status checks it's status and before fence->status is updated. Change-Id: Ic8e292a323db26c6f04cb4757d920278b3125ff6 Signed-off-by: Erik Gilling <konkers@android.com>