llvm-project/libc/include
Raman Tenneti 8f1e362ee9 Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html
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>

Reviewed By: sivachandra, jeffbailey

Differential Revision: https://reviews.llvm.org/D134095
2022-09-24 00:13:58 +00:00
..
llvm-libc-macros [libc] move sys/mman macros to /include 2022-09-23 09:36:34 -07:00
llvm-libc-types Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html 2022-09-24 00:13:58 +00:00
sys [libc] move sys/mman macros to /include 2022-09-23 09:36:34 -07:00
CMakeLists.txt Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html 2022-09-24 00:13:58 +00:00
__llvm-libc-common.h [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
assert.h.def
ctype.h.def
dirent.h.def [libc] Add dirent.h functions opendir, readdir, closedir and dirfd. 2022-07-25 20:23:25 +00:00
errno.h.def
fcntl.h.def [libc] Add POSIX close, fsync, open, read and write functions. 2022-01-27 20:32:02 +00:00
fenv.h.def
inttypes.h.def [libc] add inttypes header 2021-08-26 18:04:21 +00:00
math.h.def
pthread.h.def [libc] Add a definition of pthread_attr_t and its getters and setters. 2022-04-11 16:08:49 +00:00
signal.h.def
stdio.h.def [libc] Add implementation of POSIX lseek function. 2022-03-15 16:24:48 +00:00
stdlib.h.def
string.h.def
threads.h.def [libc] Move the remaining public types to their own type headers. 2022-01-20 23:04:26 +00:00
time.h.def
unistd.h.def [libc] Add implementation of POSIX function "access". 2022-09-14 07:44:47 +00:00