llvm/libc/include
Siva Chandra Reddy 83f153ce34 [libc] Add pthread_mutexattr_t type and its setters and getters.
A simple implementation of the getters and setters has been added. More
logic can be added to them in future as required.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D122969
2022-04-04 18:11:12 +00:00
..
llvm-libc-macros [libc] Add implementation of POSIX lseek function. 2022-03-15 16:24:48 +00:00
llvm-libc-types [libc] Add pthread_mutexattr_t type and its setters and getters. 2022-04-04 18:11:12 +00:00
sys [libc] Add implementations of POSIX mkdir, mkdirat, rmdir, unlink and unlinkat. 2022-02-01 05:17:10 +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
CMakeLists.txt [libc] Add pthread_mutexattr_t type and its setters and getters. 2022-04-04 18:11:12 +00:00
ctype.h.def
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
math.h.def
pthread.h.def [libc] Add pthread_mutexattr_t type and its setters and getters. 2022-04-04 18:11:12 +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
time.h.def
unistd.h.def [libc] Add implementation of POSIX lseek function. 2022-03-15 16:24:48 +00:00