[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 13:32:03 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG545b954251f0: [libc] Add GNU extension functions sched_getaffinity and sched_setaffinity. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D134858?vs=463783&id=464009#toc

Repository:
  rG LLVM Github Monorepo

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

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.464009.patch
Type: text/x-patch
Size: 13836 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220929/a651510b/attachment-0001.bin>


More information about the libc-commits mailing list