Home
last modified time | relevance | path

Searched refs:__NR_sched_setattr (Results 1 – 8 of 8) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_64.h335 #define __NR_sched_setattr 314 macro
H A Dunistd_32.h368 #define __NR_sched_setattr 351 macro
H A Dunistd_x32.h291 #define __NR_sched_setattr (__X32_SYSCALL_BIT + 314) macro
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h340 #define __NR_sched_setattr 274 macro
/aosp12/bionic/libc/include/bits/
H A Dglibc-syscalls.h948 #if defined(__NR_sched_setattr)
949 #define SYS_sched_setattr __NR_sched_setattr
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd-common.h356 #define __NR_sched_setattr (__NR_SYSCALL_BASE + 380) macro
/aosp12/hardware/google/pixel/power-libperfmgr/aidl/
H A DPowerHintSession.cpp83 return syscall(__NR_sched_setattr, pid, attr, flags); in sched_setattr()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp6059 if (syscall(__NR_sched_setattr, 0, &attr, 0)) { in setSchedAttr()