()
| 5909 | } |
| 5910 | |
| 5911 | private void microWait() { |
| 5912 | try { |
| 5913 | // Give interrupted thread some time to acquire wake lock |
| 5914 | Thread.sleep(YIELD_DURATION); |
| 5915 | } catch (InterruptedException ignored) { |
| 5916 | } |
| 5917 | } |
| 5918 | |
| 5919 | void start() { |
| 5920 | thread.start(); |