[all-commits] [llvm/llvm-project] 8dc428: [libc] Add implementations of pthread_equal and pt...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Jul 14 13:13:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dc42802f7052d2eed4f2267851b94578c0152fc
https://github.com/llvm/llvm-project/commit/8dc42802f7052d2eed4f2267851b94578c0152fc
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-07-14 (Thu, 14 Jul 2022)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/loader/linux/aarch64/start.cpp
M libc/loader/linux/x86_64/CMakeLists.txt
M libc/loader/linux/x86_64/start.cpp
M libc/spec/posix.td
M libc/spec/stdc.td
M libc/src/__support/threads/linux/thread.cpp
M libc/src/__support/threads/thread.cpp
M libc/src/__support/threads/thread.h
M libc/src/pthread/CMakeLists.txt
A libc/src/pthread/pthread_equal.cpp
A libc/src/pthread/pthread_equal.h
M libc/src/pthread/pthread_join.cpp
A libc/src/pthread/pthread_self.cpp
A libc/src/pthread/pthread_self.h
M libc/src/threads/CMakeLists.txt
A libc/src/threads/thrd_current.cpp
A libc/src/threads/thrd_current.h
A libc/src/threads/thrd_equal.cpp
A libc/src/threads/thrd_equal.h
M libc/test/integration/src/pthread/CMakeLists.txt
A libc/test/integration/src/pthread/pthread_equal_test.cpp
M libc/test/integration/src/threads/CMakeLists.txt
A libc/test/integration/src/threads/thrd_equal_test.cpp
Log Message:
-----------
[libc] Add implementations of pthread_equal and pthread_self.
Reviewed By: michaelrj, lntue
Differential Revision: https://reviews.llvm.org/D129729
More information about the All-commits
mailing list