Home
last modified time | relevance | path

Searched refs:SCHED_FIFO (Results 1 - 25 of 67) sorted by relevance

123

/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_187.cpp44 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 DIt_pid_container_014.cpp87 ret = sched_setscheduler(0, SCHED_FIFO, &param); in ChildFun()
97 ret = sched_setscheduler(1, SCHED_FIFO, &param); in ChildFun()
102 ret = sched_setscheduler(2, SCHED_FIFO, &param); // 2, input the pid. in ChildFun()
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/
H A 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()
H A 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/
H A 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()
H A 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/liteos_m/testsuites/unittest/xts/sched/
H A Dprocess_sched_api_test.c52 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 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/
H A DIt_posix_pthread_187.c68 paramTest.policy = SCHED_FIFO; in Testcase()
70 paramTest.policy_label = "SCHED_FIFO"; in Testcase()
76 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
H A DIt_posix_pthread_197.c51 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
H A DIt_posix_pthread_193.c66 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
/kernel/linux/linux-6.6/tools/laptop/freefall/
H A 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/unittest/process/basic/pthread/smoke/
H A 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()
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/
H A 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-6.6/tools/testing/selftests/futex/functional/
H A 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/include/linux/sched/
H A Drt.h25 if (policy == SCHED_FIFO || policy == SCHED_RR) in task_is_realtime()
/kernel/linux/linux-6.6/include/linux/sched/
H A Drt.h25 if (policy == SCHED_FIFO || policy == SCHED_RR) in task_is_realtime()
/kernel/liteos_m/testsuites/sample/posix/pthread/
H A DIt_posix_pthread_008.c46 g_pthreadSchedPolicy = SCHED_FIFO; in Testcase()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsched.h33 #define SCHED_FIFO 1 macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dsched.h115 #define SCHED_FIFO 1 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsched.h115 #define SCHED_FIFO 1 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsched.h115 #define SCHED_FIFO 1 macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dsched.h115 #define SCHED_FIFO 1 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsched.h69 #define SCHED_FIFO 1 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsched.h69 #define SCHED_FIFO 1 macro

Completed in 8 milliseconds

123