Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D129729
[libc] Add implementations of pthread_equal and pthread_self. ClosedPublic Authored by sivachandra on Jul 13 2022, 9:16 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 13 2022, 9:16 PM This revision is now accepted and ready to land.Jul 14 2022, 9:00 AM Closed by commit rG8dc42802f705: [libc] Add implementations of pthread_equal and pthread_self. (authored by sivachandra). · Explain WhyJul 14 2022, 1:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 444773 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.h
libc/src/__support/threads/thread.cpp
libc/src/pthread/CMakeLists.txt
libc/src/pthread/pthread_equal.h
libc/src/pthread/pthread_equal.cpp
libc/src/pthread/pthread_join.cpp
libc/src/pthread/pthread_self.h
libc/src/pthread/pthread_self.cpp
libc/src/threads/CMakeLists.txt
libc/src/threads/thrd_current.h
libc/src/threads/thrd_current.cpp
libc/src/threads/thrd_equal.h
libc/src/threads/thrd_equal.cpp
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
|