[libc-commits] [PATCH] D131451: [libc] Add implementation of pthread_exit and thrd_exit.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Aug 9 15:39:21 PDT 2022


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

Rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131451

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/loader/linux/x86_64/start.cpp
  libc/spec/posix.td
  libc/spec/stdc.td
  libc/src/__support/threads/CMakeLists.txt
  libc/src/__support/threads/linux/thread.cpp
  libc/src/__support/threads/thread.cpp
  libc/src/__support/threads/thread.h
  libc/src/pthread/CMakeLists.txt
  libc/src/pthread/pthread_exit.cpp
  libc/src/pthread/pthread_exit.h
  libc/src/threads/CMakeLists.txt
  libc/src/threads/thrd_exit.cpp
  libc/src/threads/thrd_exit.h
  libc/test/integration/src/pthread/CMakeLists.txt
  libc/test/integration/src/pthread/pthread_exit_test.cpp
  libc/test/integration/src/threads/CMakeLists.txt
  libc/test/integration/src/threads/thrd_exit_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131451.451291.patch
Type: text/x-patch
Size: 19962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220809/f9762ce1/attachment-0001.bin>


More information about the libc-commits mailing list