Home
last modified time | relevance | path

Searched refs:SCHED_FIFO (Results 1 – 25 of 51) sorted by relevance

123

/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
DIt_posix_pthread_187.cpp44 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/
Dprocess_test_013.cpp69 ret = sched_setscheduler(0, SCHED_FIFO, &param); in TestCase()
77 ret = sched_setscheduler(1, SCHED_FIFO, &param); in TestCase()
82 ret = sched_setscheduler(2, SCHED_FIFO, &param); // 2, input the pid. in TestCase()
Dprocess_test_001.cpp83 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, &param); in Testcase()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
Dpthread_test_002.cpp70 ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, &param); in ThreadFuncTest2()
78 ICUNIT_GOTO_EQUAL(threadPolicy, SCHED_FIFO, threadPolicy, EXIT); in ThreadFuncTest2()
132 ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, &param); in ThreadFuncTest3()
140 ICUNIT_GOTO_EQUAL(threadPolicy, SCHED_FIFO, threadPolicy, EXIT); in ThreadFuncTest3()
Dpthread_test_014.cpp115 ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, &param); in TestCase()
136 ret = pthread_setschedparam(tid, SCHED_FIFO, &param); in TestCase()
/kernel/linux/linux-5.10/tools/laptop/freefall/
Dfreefall.c141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
142 sched_setscheduler(0, SCHED_FIFO, &param); in main()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
DIt_posix_pthread_187.c68 paramTest.policy = SCHED_FIFO; in Testcase()
76 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
DIt_posix_pthread_197.c51 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
DIt_posix_pthread_193.c66 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
Dpthread_test_003.cpp73 ICUNIT_GOTO_EQUAL(policy, SCHED_FIFO, policy, EXIT); in ThreadFuncTest3()
106 ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, &param); in Testcase()
Dpthread_test_016.cpp60 ret = pthread_attr_setschedpolicy(&attr, SCHED_FIFO); in GroupProcess()
Dpthread_test_017.cpp58 ret = pthread_attr_setschedpolicy(&attr, SCHED_FIFO); in GroupProcess()
Dpthread_test_015.cpp58 ret = pthread_attr_setschedpolicy(&attr, SCHED_FIFO); in GroupProcess()
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c307 (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/
Dsched-nice-design.rst85 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/
Dsched.h33 #define SCHED_FIFO 1 macro
/kernel/linux/linux-5.10/include/linux/sched/
Drt.h25 if (policy == SCHED_FIFO || policy == SCHED_RR) in task_is_realtime()
/kernel/liteos_m/testsuites/sample/posix/pthread/
DIt_posix_pthread_008.c46 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dsched.h69 #define SCHED_FIFO 1 macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dsched.h115 #define SCHED_FIFO 1 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dsched.h115 #define SCHED_FIFO 1 macro
/kernel/liteos_a/testsuites/unittest/libc/time/clock/full/
Dclock_test_010.cpp99 pthread_attr_setschedpolicy(&attr, SCHED_FIFO); in ClockTest()
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
Dprocess_test_060.cpp61 posix_spawnattr_setschedpolicy(&attr, SCHED_FIFO); in TestPolError()
Dprocess_test_065.cpp60 posix_spawnattr_setschedpolicy(&attr, SCHED_FIFO); in TestPolError()
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/full/
Dshm_test_009.cpp115 ret = pthread_setschedparam(pthread_self(), SCHED_FIFO, &param); in Testcase()

123