Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134858
[libc] Add GNU extension functions sched_getaffinity and sched_setaffinity. ClosedPublic Authored by sivachandra on Sep 29 2022, 1:09 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 29 2022, 1:09 AM This revision is now accepted and ready to land.Sep 29 2022, 10:14 AM Closed by commit rG545b954251f0: [libc] Add GNU extension functions sched_getaffinity and sched_setaffinity. (authored by sivachandra). · Explain WhySep 29 2022, 1:32 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 464009 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
|