[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
Mon Apr 11 09:09:08 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0258f5664662: [libc] Add a definition of pthread_attr_t and its getters and setters. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123423/new/
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.421944.patch
Type: text/x-patch
Size: 34667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220411/193e0277/attachment-0001.bin>
More information about the libc-commits
mailing list