commit | f3ebccef2fd375e8b06fc0f93ba8395a577a37bf | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Dec 11 20:40:23 2017 -0800 |
committer | Andreas Gampe <agampe@google.com> | Thu Dec 14 11:14:45 2017 -0800 |
tree | 7d160f13491f6a34074a459e9873433247d4990f | |
parent | ba3a790338725a37ecd4cb314c4a6147e29aef38 [diff] |
ART: Add Monitor::FetchState Add a function returning descriptive state for a monitor. The function will return the thread state, and possible the object the thread is blocked/waiting/sleeping on, as well as the lock owner's tid. Rewrite DescribeWait to use this. In preparation for new uses. Bug: 70538431 Test: m Change-Id: I79d0104ad04dec633522d4127542184a0cbdf95c