[libc-commits] [PATCH] D129543: [libc] Linux threads - Setup TLS area of a new thread and cleanup at exit.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 13 13:46:37 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG859c1897275c: [libc] Linux threads - Setup TLS area of a new thread and cleanup at exit. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129543

Files:
  libc/config/linux/app.h
  libc/loader/linux/aarch64/start.cpp
  libc/loader/linux/x86_64/CMakeLists.txt
  libc/loader/linux/x86_64/start.cpp
  libc/src/__support/threads/linux/CMakeLists.txt
  libc/src/__support/threads/linux/thread.cpp
  libc/src/__support/threads/thread.h
  libc/test/integration/src/__support/threads/CMakeLists.txt
  libc/test/integration/src/__support/threads/thread_tls_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129543.444412.patch
Type: text/x-patch
Size: 15684 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220713/445c518b/attachment.bin>


More information about the libc-commits mailing list