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

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Oct 7 01:39:41 PDT 2022


sivachandra created this revision.
sivachandra added a reviewer: michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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.466002.patch
Type: text/x-patch
Size: 13476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221007/7df25ec3/attachment.bin>


More information about the libc-commits mailing list