[all-commits] [llvm/llvm-project] bda87e: [libc][sched] Implement `CPU_ZERO`, `CPU_ISSET`, `...
Krishna Pandey via All-commits
all-commits at lists.llvm.org
Wed Mar 19 10:45:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bda87e0a09d44cdc8cbd1f4209182c3ff94b3428
https://github.com/llvm/llvm-project/commit/bda87e0a09d44cdc8cbd1f4209182c3ff94b3428
Author: Krishna Pandey <47917477+krishna2803 at users.noreply.github.com>
Date: 2025-03-19 (Wed, 19 Mar 2025)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/hdr/CMakeLists.txt
A libc/hdr/sched_macros.h
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/cpu_set_t.h
M libc/include/llvm-libc-macros/linux/sched-macros.h
M libc/include/llvm-libc-types/cpu_set_t.h
M libc/src/sched/CMakeLists.txt
M libc/src/sched/linux/CMakeLists.txt
A libc/src/sched/linux/sched_getcpuisset.cpp
A libc/src/sched/linux/sched_setcpuset.cpp
A libc/src/sched/linux/sched_setcpuzero.cpp
A libc/src/sched/sched_getcpuisset.h
A libc/src/sched/sched_setcpuset.h
A libc/src/sched/sched_setcpuzero.h
Log Message:
-----------
[libc][sched] Implement `CPU_ZERO`, `CPU_ISSET`, `CPU_SET` macros (#131524)
This PR implements the following macros for `sched.h`:
- `CPU_ZERO`
- `CPU_ISSET`
- `CPU_SET`
Fixes #124642
---------
Signed-off-by: krishna2803 <kpandey81930 at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list