/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
D | It_posix_pthread_187.cpp | 44 ICUNIT_TRACK_EQUAL(policy, SCHED_FIFO, policy); in pthread_f01() 60 paramTest.policy = SCHED_FIFO; in Testcase() 68 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/ |
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()
|
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/ |
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()
|
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/linux/linux-5.10/tools/laptop/freefall/ |
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/ |
D | It_posix_pthread_187.c | 68 paramTest.policy = SCHED_FIFO; in Testcase() 76 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
|
D | It_posix_pthread_197.c | 51 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
|
D | It_posix_pthread_193.c | 66 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
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()
|
D | pthread_test_016.cpp | 60 ret = pthread_attr_setschedpolicy(&attr, SCHED_FIFO); in GroupProcess()
|
D | pthread_test_017.cpp | 58 ret = pthread_attr_setschedpolicy(&attr, SCHED_FIFO); in GroupProcess()
|
D | pthread_test_015.cpp | 58 ret = pthread_attr_setschedpolicy(&attr, SCHED_FIFO); in GroupProcess()
|
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
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/Documentation/scheduler/ |
D | sched-nice-design.rst | 85 SCHED_FIFO. But this caused other problems: SCHED_FIFO is not starvation 86 proof, and a buggy SCHED_FIFO app can also lock up the system for good. 109 and forcing audio apps to run under the more dangerous SCHED_FIFO
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | sched.h | 33 #define SCHED_FIFO 1 macro
|
/kernel/linux/linux-5.10/include/linux/sched/ |
D | rt.h | 25 if (policy == SCHED_FIFO || policy == SCHED_RR) in task_is_realtime()
|
/kernel/liteos_m/testsuites/sample/posix/pthread/ |
D | It_posix_pthread_008.c | 46 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | sched.h | 69 #define SCHED_FIFO 1 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | sched.h | 115 #define SCHED_FIFO 1 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | sched.h | 115 #define SCHED_FIFO 1 macro
|
/kernel/liteos_a/testsuites/unittest/libc/time/clock/full/ |
D | clock_test_010.cpp | 99 pthread_attr_setschedpolicy(&attr, SCHED_FIFO); in ClockTest()
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
D | process_test_060.cpp | 61 posix_spawnattr_setschedpolicy(&attr, SCHED_FIFO); in TestPolError()
|
D | process_test_065.cpp | 60 posix_spawnattr_setschedpolicy(&attr, SCHED_FIFO); in TestPolError()
|
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/ |
D | shm_test_009.cpp | 115 ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, ¶m); in Testcase()
|