[libc-commits] [PATCH] D135432: [libc] Add implementation of pthread_atfork.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Oct 10 11:28:51 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG438e59182b0c: [libc] Add implementation of pthread_atfork. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135432/new/

https://reviews.llvm.org/D135432

Files:
  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.cpp
  libc/src/__support/fork_callbacks.h
  libc/src/pthread/CMakeLists.txt
  libc/src/pthread/pthread_atfork.cpp
  libc/src/pthread/pthread_atfork.h
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135432.466569.patch
Type: text/x-patch
Size: 13486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221010/88daa052/attachment.bin>


More information about the libc-commits mailing list