OSDN Git Service

Fix NanoSleep and add test
authorMathieu Chartier <mathieuc@google.com>
Mon, 4 May 2015 16:53:43 +0000 (09:53 -0700)
committerMathieu Chartier <mathieuc@google.com>
Mon, 4 May 2015 16:58:02 +0000 (09:58 -0700)
commit0b063d9ba7a11779667c0888e9f3495de0118b74
tree77edd15b599b2f6e1d87d37c62c9573f2138c460
parent8a30bf23bcb1ad8d4ed9060ddbb27edbfd57a897
Fix NanoSleep and add test

Fixed a bug where tv_nsec was't between 0 and 999,999,999.

Bug: 14450052
Change-Id: I30b29a716bfa63c6b57d589dd1102d2ca934c061
runtime/utils.cc
runtime/utils_test.cc