[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
Mon Aug 8 16:35:58 PDT 2022
sivachandra created this revision.
sivachandra added reviewers: lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
Repository:
rG LLVM Github Monorepo
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.450998.patch
Type: text/x-patch
Size: 19584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220808/5c2bd9cf/attachment-0001.bin>
More information about the libc-commits
mailing list