Tested:
Limited unit test: This makes a call and checks that no error was
returned, but we currently don't have the ability to ensure that
time has elapsed as expected.
Co-authored-by: Jeff Bailey <jeffbailey@google.com>
Differential D134095
Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html rtenneti on Sep 16 2022, 5:40 PM. Authored by
Details Tested: Co-authored-by: Jeff Bailey <jeffbailey@google.com>
Diff Detail
Event Timeline
|
Since this depends on time_t.h, we should add a DEPENDS .time_t.