[all-commits] [llvm/llvm-project] 438e59: [libc] Add implementation of pthread_atfork.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Oct 10 11:29:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 438e59182b0c2e44c263f5bacc1add0e514354f8
https://github.com/llvm/llvm-project/commit/438e59182b0c2e44c263f5bacc1add0e514354f8
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/__atfork_callback_t.h
M libc/spec/posix.td
M libc/src/__support/CMakeLists.txt
A libc/src/__support/fork_callbacks.cpp
A libc/src/__support/fork_callbacks.h
M libc/src/pthread/CMakeLists.txt
A libc/src/pthread/pthread_atfork.cpp
A libc/src/pthread/pthread_atfork.h
M libc/src/unistd/linux/CMakeLists.txt
M libc/src/unistd/linux/fork.cpp
M libc/test/integration/src/unistd/CMakeLists.txt
M libc/test/integration/src/unistd/fork_test.cpp
Log Message:
-----------
[libc] Add implementation of pthread_atfork.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D135432
More information about the All-commits
mailing list