llvm-project/libc
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
..
AOR_v20.02
benchmarks Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
cmake/modules [libc] Add a target to install libc in the full build mode. 2022-08-17 22:49:02 +00:00
config Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html 2022-09-24 00:13:58 +00:00
docs [libc] add fputs and puts 2022-09-21 11:10:20 -07:00
fuzzing [libc][cmake] split fputil into individual targets 2022-08-31 10:44:52 -07:00
include Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html 2022-09-24 00:13:58 +00:00
lib [libc][NFC] Change the libc fullbuild target name to "libc". 2022-08-19 07:07:30 +00:00
loader [libc] Enable a few entrypoints on aarch64 which are now available on x86_64. 2022-08-23 12:31:42 -07:00
spec Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html 2022-09-24 00:13:58 +00:00
src Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html 2022-09-24 00:13:58 +00:00
test Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html 2022-09-24 00:13:58 +00:00
utils [libc][math] Implement exp10f function correctly rounded to all rounding modes. 2022-09-19 10:01:40 -04:00
.clang-tidy [libc] Add a naming rule for global constants. 2022-01-19 22:11:16 +00:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [libc][cmake] separate installing headers 2022-09-16 15:50:28 -07:00
LICENSE.TXT
README.txt

README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.