Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D131451
[libc] Add implementation of pthread_exit and thrd_exit. ClosedPublic Authored by sivachandra on Aug 8 2022, 4:35 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 8 2022, 4:35 PM This revision is now accepted and ready to land.Aug 9 2022, 4:55 PM This revision was landed with ongoing or failed builds.Aug 9 2022, 11:29 PM Closed by commit rG0071a79532e8: [libc] Add implementation of pthread_exit and thrd_exit. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 451360 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.h
libc/src/__support/threads/thread.cpp
libc/src/pthread/CMakeLists.txt
libc/src/pthread/pthread_exit.h
libc/src/pthread/pthread_exit.cpp
libc/src/threads/CMakeLists.txt
libc/src/threads/thrd_exit.h
libc/src/threads/thrd_exit.cpp
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
|