commit | 3e1c2fc2c6404cc94bef5e1c1f272adc54d0e873 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Fri Jun 14 11:07:26 2019 -0700 |
committer | Alex Light <allight@google.com> | Fri Jun 21 13:23:02 2019 -0700 |
tree | 868b07096cbda8203a8b046f9da82cb445aa802f | |
parent | 8eefb246019019f8081d11ba932bbabc04ca428b [diff] |
Yield during test 1941 tight loop Test 1941 performs a tight-loop in a thread. Perform Thread.yield() periodically so that other threads will always have time to run. Test: ./test.py --host Bug: 133767752 Change-Id: I7d30a2d3b64115982c934ea1945c691e2ceff12d (cherry picked from commit 43ae4acf219fe25a56e2055ebcebc4d08020a25d)