[libc-commits] [PATCH] D129729: [libc] Add implementations of pthread_equal and pthread_self.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jul 14 13:12:58 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8dc42802f705: [libc] Add implementations of pthread_equal and pthread_self. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129729/new/
https://reviews.llvm.org/D129729
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/loader/linux/aarch64/start.cpp
libc/loader/linux/x86_64/CMakeLists.txt
libc/loader/linux/x86_64/start.cpp
libc/spec/posix.td
libc/spec/stdc.td
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_equal.cpp
libc/src/pthread/pthread_equal.h
libc/src/pthread/pthread_join.cpp
libc/src/pthread/pthread_self.cpp
libc/src/pthread/pthread_self.h
libc/src/threads/CMakeLists.txt
libc/src/threads/thrd_current.cpp
libc/src/threads/thrd_current.h
libc/src/threads/thrd_equal.cpp
libc/src/threads/thrd_equal.h
libc/test/integration/src/pthread/CMakeLists.txt
libc/test/integration/src/pthread/pthread_equal_test.cpp
libc/test/integration/src/threads/CMakeLists.txt
libc/test/integration/src/threads/thrd_equal_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129729.444773.patch
Type: text/x-patch
Size: 24476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220714/21c2c350/attachment-0001.bin>
More information about the libc-commits
mailing list