Details
Details
- Reviewers
michaelrj - Commits
- rG438e59182b0c: [libc] Add implementation of pthread_atfork.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135432
[libc] Add implementation of pthread_atfork. ClosedPublic Authored by sivachandra on Oct 7 2022, 1:39 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 7 2022, 1:39 AM This revision is now accepted and ready to land.Oct 7 2022, 11:18 AM This revision was landed with ongoing or failed builds.Oct 10 2022, 11:28 AM Closed by commit rG438e59182b0c: [libc] Add implementation of pthread_atfork. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 466568 libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/__atfork_callback_t.h
libc/spec/posix.td
libc/src/__support/CMakeLists.txt
libc/src/__support/fork_callbacks.h
libc/src/__support/fork_callbacks.cpp
libc/src/pthread/CMakeLists.txt
libc/src/pthread/pthread_atfork.h
libc/src/pthread/pthread_atfork.cpp
libc/src/unistd/linux/CMakeLists.txt
libc/src/unistd/linux/fork.cpp
libc/test/integration/src/unistd/CMakeLists.txt
libc/test/integration/src/unistd/fork_test.cpp
|
nit: "can"