[libc-commits] [PATCH] D123423: [libc] Add a definition of pthread_attr_t and its getters and setters.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Apr 8 14:30:23 PDT 2022
sivachandra created this revision.
sivachandra added reviewers: michaelrj, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
Not all attributes have been added to phtread_attr_t in this patch. They
will be added gradually in future patches.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123423
Files:
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.cpp
libc/src/pthread/pthread_attr_destroy.h
libc/src/pthread/pthread_attr_getdetachstate.cpp
libc/src/pthread/pthread_attr_getdetachstate.h
libc/src/pthread/pthread_attr_getguardsize.cpp
libc/src/pthread/pthread_attr_getguardsize.h
libc/src/pthread/pthread_attr_getstack.cpp
libc/src/pthread/pthread_attr_getstack.h
libc/src/pthread/pthread_attr_getstacksize.cpp
libc/src/pthread/pthread_attr_getstacksize.h
libc/src/pthread/pthread_attr_init.cpp
libc/src/pthread/pthread_attr_init.h
libc/src/pthread/pthread_attr_setdetachstate.cpp
libc/src/pthread/pthread_attr_setdetachstate.h
libc/src/pthread/pthread_attr_setguardsize.cpp
libc/src/pthread/pthread_attr_setguardsize.h
libc/src/pthread/pthread_attr_setstack.cpp
libc/src/pthread/pthread_attr_setstack.h
libc/src/pthread/pthread_attr_setstacksize.cpp
libc/src/pthread/pthread_attr_setstacksize.h
libc/test/src/pthread/CMakeLists.txt
libc/test/src/pthread/pthread_attr_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123423.421636.patch
Type: text/x-patch
Size: 34632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220408/cd97beef/attachment-0001.bin>
More information about the libc-commits
mailing list