[libc-commits] [PATCH] D134858: [libc] Add GNU extension functions sched_getaffinity and sched_setaffinity.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Sep 29 01:09:20 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/D134858

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/cpu_set_t.h
  libc/include/sched.h.def
  libc/spec/gnu_ext.td
  libc/spec/posix.td
  libc/spec/spec.td
  libc/src/CMakeLists.txt
  libc/src/sched/CMakeLists.txt
  libc/src/sched/linux/CMakeLists.txt
  libc/src/sched/linux/sched_getaffinity.cpp
  libc/src/sched/linux/sched_setaffinity.cpp
  libc/src/sched/sched_getaffinity.h
  libc/src/sched/sched_setaffinity.h
  libc/test/src/CMakeLists.txt
  libc/test/src/sched/CMakeLists.txt
  libc/test/src/sched/affinity_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134858.463783.patch
Type: text/x-patch
Size: 13842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220929/790eb3cc/attachment.bin>


More information about the libc-commits mailing list