A simple implementation of the getters and setters has been added. More
logic can be added to them in future as required.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D122969
[libc] Add pthread_mutexattr_t type and its setters and getters. ClosedPublic Authored by sivachandra on Apr 2 2022, 12:22 AM.
Details Summary A simple implementation of the getters and setters has been added. More
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 2 2022, 12:22 AM This revision is now accepted and ready to land.Apr 4 2022, 10:32 AM Closed by commit rG83f153ce34b4: [libc] Add pthread_mutexattr_t type and its setters and getters. (authored by sivachandra). · Explain WhyApr 4 2022, 11:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 420250 libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/pthread_mutexattr_t.h
libc/include/pthread.h.def
libc/spec/posix.td
libc/spec/spec.td
libc/src/CMakeLists.txt
libc/src/pthread/CMakeLists.txt
libc/src/pthread/pthread_mutexattr.h
libc/src/pthread/pthread_mutexattr_destroy.h
libc/src/pthread/pthread_mutexattr_destroy.cpp
libc/src/pthread/pthread_mutexattr_getpshared.h
libc/src/pthread/pthread_mutexattr_getpshared.cpp
libc/src/pthread/pthread_mutexattr_getrobust.h
libc/src/pthread/pthread_mutexattr_getrobust.cpp
libc/src/pthread/pthread_mutexattr_gettype.h
libc/src/pthread/pthread_mutexattr_gettype.cpp
libc/src/pthread/pthread_mutexattr_init.h
libc/src/pthread/pthread_mutexattr_init.cpp
libc/src/pthread/pthread_mutexattr_setpshared.h
libc/src/pthread/pthread_mutexattr_setpshared.cpp
libc/src/pthread/pthread_mutexattr_setrobust.h
libc/src/pthread/pthread_mutexattr_setrobust.cpp
libc/src/pthread/pthread_mutexattr_settype.h
libc/src/pthread/pthread_mutexattr_settype.cpp
libc/test/src/CMakeLists.txt
libc/test/src/pthread/CMakeLists.txt
libc/test/src/pthread/pthread_mutexattr_test.cpp
|
you have a trailing space here.