[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:44:02 PDT 2022


sivachandra updated this revision to Diff 421642.
sivachandra added a comment.

Add a comment in the destroy function clarifying that there is nothing to cleanup.


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.421642.patch
Type: text/x-patch
Size: 34667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220408/bb4d24d0/attachment-0001.bin>


More information about the libc-commits mailing list