[libc-commits] [PATCH] D127479: [libc] Add pthread_detach and thrd_detach.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jun 10 10:36:04 PDT 2022


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

Remove debug messages.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127479/new/

https://reviews.llvm.org/D127479

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/posix.td
  libc/spec/stdc.td
  libc/src/__support/threads/CMakeLists.txt
  libc/src/__support/threads/linux/thread.h
  libc/src/__support/threads/thread_attrib.h
  libc/src/pthread/CMakeLists.txt
  libc/src/pthread/pthread_detach.cpp
  libc/src/pthread/pthread_detach.h
  libc/src/threads/CMakeLists.txt
  libc/src/threads/thrd_detach.cpp
  libc/src/threads/thrd_detach.h
  libc/test/src/__support/CMakeLists.txt
  libc/test/src/__support/threads/CMakeLists.txt
  libc/test/src/__support/threads/thread_detach_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127479.435969.patch
Type: text/x-patch
Size: 15951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220610/7c3a2b47/attachment.bin>


More information about the libc-commits mailing list