Home
last modified time | relevance | path

Searched refs:SCHED_OTHER (Results 1 - 25 of 53) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/
H A Dsched_setscheduler01.c48 {&unused_pid, SCHED_OTHER, &p, ESRCH},
52 {&init_pid, SCHED_OTHER, (struct sched_param *)-1, EFAULT},
54 {&zero_pid, SCHED_OTHER, &p1, EINVAL}
H A Dsched_setscheduler03.c43 .policy = SCHED_OTHER,
130 tst_res(TINFO, "Setting init sched policy to SCHED_OTHER"); in setup()
131 if (tv->sched_setscheduler(0, SCHED_OTHER, &param[0])) in setup()
132 tst_brk(TBROK | TERRNO, "sched_setscheduler(0, SCHED_OTHER, 0)"); in setup()
133 if (tv->sched_getscheduler(0) != SCHED_OTHER) in setup()
134 tst_brk(TBROK | TERRNO, "sched_getscheduler(0) != SCHED_OTHER"); in setup()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
H A D3-1.c35 #ifdef SCHED_OTHER
37 SCHED_OTHER, "SCHED_OTHER"},
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedpolicy/
H A D2-1.c28 #define OTHERPOLICY SCHED_OTHER
53 case SCHED_OTHER: in verify_policy()
/third_party/alsa-utils/include/
H A Dos_compat.h34 #define SCHED_IDLE SCHED_OTHER
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/
H A D1-4.c12 * success for SCHED_OTHER policy.
23 result = sched_get_priority_max(SCHED_OTHER); in main()
26 printf("The maximum priority for policy SCHED_OTHER is %i.\n", in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/
H A D1-4.c12 * success for SCHED_OTHER policy.
23 result = sched_get_priority_min(SCHED_OTHER); in main()
26 printf("The minimum priority for policy SCHED_OTHER is %i.\n", in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A D1-1.c24 p.policy = SCHED_OTHER; in main()
26 p.policy_label = "SCHED_OTHER"; in main()
H A D5-1.c66 rc = set_policy("SCHED_OTHER", SCHED_OTHER); in main()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DOboeTesterStreamCallback.cpp34 ((schedulerType == SCHED_OTHER) ? "SCHED_OTHER" : in printScheduler()
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_max/
H A Dsched_get_priority_max01.c34 {POLICY_DESC(SCHED_OTHER), 0},
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_min/
H A Dsched_get_priority_min01.c34 {POLICY_DESC(SCHED_OTHER), 0},
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
H A D10-1.c33 SCHED_OTHER, "SCHED_OTHER"}, {
/third_party/musl/libc-test/src/functionalext/sched/
H A Dsched_setparam.c39 sched = SCHED_OTHER; in sched_setparam_0010()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_setschedparam.c34 * @tc.desc : Verify pthread_setschedparam process success when scheduling policy is SCHED_OTHER and priority is 0
44 int32_t ret = pthread_setschedparam(tid, SCHED_OTHER, &sched); in pthread_setschedparam_0100()
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtrace_sched.c214 if ((sched_policy = locargptr->s_policy) == SCHED_OTHER) in thread_func()
345 spcy = SCHED_OTHER; in main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A D_pthreadtypes.h80 #define PTHREAD_PRIORITY_SCHEDULING SCHED_OTHER
/third_party/ltp/testcases/kernel/syscalls/sched_getscheduler/
H A Dsched_getscheduler01.c18 * Use SCHED_RR, SCHED_FIFO, SCHED_OTHER as the scheduling policies for
34 {0, SCHED_OTHER},
/third_party/ltp/testcases/kernel/syscalls/sched_setparam/
H A Dsched_setparam02.c32 "Test with SCHED_OTHER", SCHED_OTHER, OTHER_PRIO, 0}
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D19-1.c36 SCHED_OTHER, "SCHED_OTHER"}, {
H A D17-1.c41 SCHED_OTHER, "SCHED_OTHER"}, {
H A D1-1.c38 SCHED_OTHER, "SCHED_OTHER"}, {
/third_party/musl/libc-test/src/api/
H A Dsched.c30 C(SCHED_OTHER) in f()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
H A D1-1.c29 #define OTHERPOLICY SCHED_OTHER
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
H A D2-2.c17 * 6. Compare new_policy with SCHED_OTHER. SCHED_OTHER is the
19 * equal to SCHED_OTHER, the case fails.
38 static const long int old_policy = SCHED_OTHER;

Completed in 6 milliseconds

123