Not all attributes have been added to phtread_attr_t in this patch. They
will be added gradually in future patches.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123423
[libc] Add a definition of pthread_attr_t and its getters and setters. ClosedPublic Authored by sivachandra on Apr 8 2022, 2:30 PM.
Details Summary Not all attributes have been added to phtread_attr_t in this patch. They
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 8 2022, 2:30 PM
This revision is now accepted and ready to land.Apr 9 2022, 12:36 PM Closed by commit rG0258f5664662: [libc] Add a definition of pthread_attr_t and its getters and setters. (authored by sivachandra). · Explain WhyApr 11 2022, 9:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 421944 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_attr_t.h
libc/include/pthread.h.def
libc/spec/posix.td
libc/spec/spec.td
libc/src/pthread/CMakeLists.txt
libc/src/pthread/pthread_attr_destroy.h
libc/src/pthread/pthread_attr_destroy.cpp
libc/src/pthread/pthread_attr_getdetachstate.h
libc/src/pthread/pthread_attr_getdetachstate.cpp
libc/src/pthread/pthread_attr_getguardsize.h
libc/src/pthread/pthread_attr_getguardsize.cpp
libc/src/pthread/pthread_attr_getstack.h
libc/src/pthread/pthread_attr_getstack.cpp
libc/src/pthread/pthread_attr_getstacksize.h
libc/src/pthread/pthread_attr_getstacksize.cpp
libc/src/pthread/pthread_attr_init.h
libc/src/pthread/pthread_attr_init.cpp
libc/src/pthread/pthread_attr_setdetachstate.h
libc/src/pthread/pthread_attr_setdetachstate.cpp
libc/src/pthread/pthread_attr_setguardsize.h
libc/src/pthread/pthread_attr_setguardsize.cpp
libc/src/pthread/pthread_attr_setstack.h
libc/src/pthread/pthread_attr_setstack.cpp
libc/src/pthread/pthread_attr_setstacksize.h
libc/src/pthread/pthread_attr_setstacksize.cpp
libc/test/src/pthread/CMakeLists.txt
libc/test/src/pthread/pthread_attr_test.cpp
|
since this function doesn't appear to have an implementation yet, does it need to be in this patch?