/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_187.cpp | 44 ICUNIT_TRACK_EQUAL(policy, SCHED_FIFO, policy); in pthread_f01() 60 paramTest.policy = SCHED_FIFO; in Testcase() 62 paramTest.policy_label = "SCHED_FIFO"; in Testcase() 68 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
|
/kernel/liteos_a/testsuites/unittest/container/full/ |
H A D | It_pid_container_014.cpp | 87 ret = sched_setscheduler(0, SCHED_FIFO, ¶m); in ChildFun() 97 ret = sched_setscheduler(1, SCHED_FIFO, ¶m); in ChildFun() 102 ret = sched_setscheduler(2, SCHED_FIFO, ¶m); // 2, input the pid. in ChildFun()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/ |
H A D | process_test_013.cpp | 69 ret = sched_setscheduler(0, SCHED_FIFO, ¶m); in TestCase() 77 ret = sched_setscheduler(1, SCHED_FIFO, ¶m); in TestCase() 82 ret = sched_setscheduler(2, SCHED_FIFO, ¶m); // 2, input the pid. in TestCase()
|
H A D | process_test_001.cpp | 83 ret = sched_get_priority_max(SCHED_FIFO); in Testcase() 101 ret = sched_get_priority_min(SCHED_FIFO); in Testcase() 144 ret = sched_setscheduler(getpid(), SCHED_FIFO, ¶m); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
H A D | pthread_test_002.cpp | 70 ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, ¶m); in ThreadFuncTest2() 78 ICUNIT_GOTO_EQUAL(threadPolicy, SCHED_FIFO, threadPolicy, EXIT); in ThreadFuncTest2() 132 ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, ¶m); in ThreadFuncTest3() 140 ICUNIT_GOTO_EQUAL(threadPolicy, SCHED_FIFO, threadPolicy, EXIT); in ThreadFuncTest3()
|
H A D | pthread_test_014.cpp | 115 ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, ¶m); in TestCase() 136 ret = pthread_setschedparam(tid, SCHED_FIFO, ¶m); in TestCase()
|
/kernel/liteos_m/testsuites/unittest/xts/sched/ |
H A D | process_sched_api_test.c | 52 int invalidPolicy[] = {SCHED_FIFO, SCHED_OTHER, SCHED_BATCH, SCHED_IDLE, SCHED_DEADLINE, SCHED_RESET_ON_FORK}; 94 int invalidPolicy[] = {SCHED_FIFO, SCHED_OTHER, SCHED_BATCH, SCHED_IDLE, SCHED_DEADLINE, SCHED_RESET_ON_FORK};
|
/kernel/linux/linux-5.10/tools/laptop/freefall/ |
H A D | freefall.c | 141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main() 142 sched_setscheduler(0, SCHED_FIFO, ¶m); in main()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
H A D | It_posix_pthread_187.c | 68 paramTest.policy = SCHED_FIFO; in Testcase() 70 paramTest.policy_label = "SCHED_FIFO"; in Testcase() 76 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
|
H A D | It_posix_pthread_197.c | 51 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
|
H A D | It_posix_pthread_193.c | 66 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
|
/kernel/linux/linux-6.6/tools/laptop/freefall/ |
H A D | freefall.c | 141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main() 142 sched_setscheduler(0, SCHED_FIFO, ¶m); in main()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_test_003.cpp | 73 ICUNIT_GOTO_EQUAL(policy, SCHED_FIFO, policy, EXIT); in ThreadFuncTest3() 106 ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, ¶m); in Testcase()
|
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi.c | 307 (void *)&blocker_arg, SCHED_FIFO, 1)) { in unit_test() 321 SCHED_FIFO, 1)) { in unit_test() 329 SCHED_FIFO, 1)) { in unit_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi.c | 307 (void *)&blocker_arg, SCHED_FIFO, 1)) { in unit_test() 321 SCHED_FIFO, 1)) { in unit_test() 329 SCHED_FIFO, 1)) { in unit_test()
|
/kernel/linux/linux-5.10/include/linux/sched/ |
H A D | rt.h | 25 if (policy == SCHED_FIFO || policy == SCHED_RR) in task_is_realtime()
|
/kernel/linux/linux-6.6/include/linux/sched/ |
H A D | rt.h | 25 if (policy == SCHED_FIFO || policy == SCHED_RR) in task_is_realtime()
|
/kernel/liteos_m/testsuites/sample/posix/pthread/ |
H A D | It_posix_pthread_008.c | 46 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | sched.h | 33 #define SCHED_FIFO 1 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | sched.h | 115 #define SCHED_FIFO 1 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | sched.h | 115 #define SCHED_FIFO 1 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | sched.h | 115 #define SCHED_FIFO 1 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | sched.h | 115 #define SCHED_FIFO 1 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | sched.h | 69 #define SCHED_FIFO 1 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | sched.h | 69 #define SCHED_FIFO 1 macro
|