commit | ca8343842f9094fd5eb86569d293250e783f582c | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Wed Aug 26 21:41:13 2020 -0700 |
committer | Hans Boehm <hboehm@google.com> | Fri Aug 28 15:47:40 2020 +0000 |
tree | c4e040eff9f8528626535106a88fe4e7bb317a00 | |
parent | 49a19f38c35605e675eee271691ed465802859bf [diff] |
Avoid NanoSleep overflow NanoSleep with a very large argument could cause it to fail on 32 bits. It doesn't appear to me that this was ever exposed to client code. So this was probably not an observable bug. Remove redundant uses of "constexpr inline" instead of adding another one. Bug: 161006928 Test: Treehugger Change-Id: I2ad3b92d01c764915ab2aac17cc72ac5c6907ed4