[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 23:29:16 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0071a79532e8: [libc] Add implementation of pthread_exit and thrd_exit. (authored by sivachandra).

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


More information about the libc-commits mailing list