| /OK3568_Linux_fs/buildroot/package/musl/ |
| H A D | 0002-package-musl-Make-scheduler-functions-Linux-compatib.patch | 6 Let sched_getscheduler(), sched_setscheduler(), sched_getparam(), 15 src/sched/sched_setscheduler.c | 3 +-- 60 diff --git a/src/sched/sched_setscheduler.c b/src/sched/sched_setscheduler.c 62 --- a/src/sched/sched_setscheduler.c 63 +++ b/src/sched/sched_setscheduler.c 69 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_sched.c | 40 rc = sched_setscheduler(p, policy, param); in setScheduler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_sched.c | 37 rc = sched_setscheduler(p, policy, param); in setScheduler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux_sched.c | 40 rc = sched_setscheduler(p, policy, param); in setScheduler()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_sched.c | 37 rc = sched_setscheduler(p, policy, param); in setScheduler()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | thread.cpp | 31 if (sched_setscheduler(0, SCHED_IDLE, ¶m) != 0) { in makeThreadLowPriority()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_sched.c | 66 rc = sched_setscheduler(p, policy, param); in setScheduler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_sched.c | 66 rc = sched_setscheduler(p, policy, param); in setScheduler()
|
| /OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/ |
| H A D | sched.h | 157 PTW32_DLLPORT int __cdecl sched_setscheduler (pid_t pid, int policy);
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/bench/ |
| H A D | system.c | 110 if (sched_setscheduler(0, SCHEDULER, ¶m) < 0) { in set_process_priority()
|
| /OK3568_Linux_fs/kernel/tools/laptop/freefall/ |
| H A D | freefall.c | 142 sched_setscheduler(0, SCHED_FIFO, ¶m); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 408 if (0 && sched_setscheduler(0, SCHED_FIFO, ¶m) == -1) { in set_pthread_cpu() 424 if (0 && sched_setscheduler(0, SCHED_FIFO, ¶m) == -1) { in set_mycpu()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | sched.h | 61 extern int sched_setscheduler (__pid_t __pid, int __policy,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | sched.h | 61 extern int sched_setscheduler (__pid_t __pid, int __policy,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/ |
| H A D | phl_trx_sdio.c | 492 sched_setscheduler(current, SCHED_FIFO, ¶m); in phl_tx_sdio_thrd_hdl() 718 sched_setscheduler(current, SCHED_FIFO, ¶m); in phl_tx_callback_sdio() 1086 sched_setscheduler(current, SCHED_FIFO, ¶m); in phl_rx_callback_sdio()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach.c | 490 err = sched_setscheduler(0, SCHED_FIFO, &sched_par); in main()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
| H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 199 + * Defined if we have the sched_setscheduler() call
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/rtl8822b/sdio/ |
| H A D | rtl8822bs_xmit.c | 447 sched_setscheduler(current, SCHED_FIFO, ¶m); in rtl8822bs_xmit_thread()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/ |
| H A D | syscall_n32.tbl | 151 141 n32 sched_setscheduler sys_sched_setscheduler
|
| H A D | syscall_n64.tbl | 151 141 n64 sched_setscheduler sys_sched_setscheduler
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/ |
| H A D | syscall.tbl | 151 139 common sched_setscheduler sys_sched_setscheduler
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/rtl8822c/sdio/ |
| H A D | rtl8822cs_xmit.c | 513 sched_setscheduler(current, SCHED_FIFO, ¶m); in rtl8822cs_xmit_thread()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/sdio/ |
| H A D | rtl8723ds_xmit.c | 609 sched_setscheduler(current, SCHED_FIFO, ¶m); in rtl8723ds_xmit_thread()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/ |
| H A D | syscall.tbl | 233 214 common sched_setscheduler sys_sched_setscheduler
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/rtl8723d/sdio/ |
| H A D | rtl8723ds_xmit.c | 596 sched_setscheduler(current, SCHED_FIFO, ¶m); in rtl8723ds_xmit_thread()
|