/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/ |
H A D | sched_setscheduler01.c | 48 {&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 D | sched_setscheduler03.c | 43 .policy = SCHED_OTHER, 130 tst_res(TINFO, "Setting init sched policy to SCHED_OTHER"); in setup() 131 if (tv->sched_setscheduler(0, SCHED_OTHER, ¶m[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 D | 3-1.c | 35 #ifdef SCHED_OTHER 37 SCHED_OTHER, "SCHED_OTHER"},
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedpolicy/ |
H A D | 2-1.c | 28 #define OTHERPOLICY SCHED_OTHER 53 case SCHED_OTHER: in verify_policy()
|
/third_party/alsa-utils/include/ |
H A D | os_compat.h | 34 #define SCHED_IDLE SCHED_OTHER
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/ |
H A D | 1-4.c | 12 * 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 D | 1-4.c | 12 * 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 D | 1-1.c | 24 p.policy = SCHED_OTHER; in main() 26 p.policy_label = "SCHED_OTHER"; in main()
|
H A D | 5-1.c | 66 rc = set_policy("SCHED_OTHER", SCHED_OTHER); in main()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | OboeTesterStreamCallback.cpp | 34 ((schedulerType == SCHED_OTHER) ? "SCHED_OTHER" : in printScheduler()
|
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_max/ |
H A D | sched_get_priority_max01.c | 34 {POLICY_DESC(SCHED_OTHER), 0},
|
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_min/ |
H A D | sched_get_priority_min01.c | 34 {POLICY_DESC(SCHED_OTHER), 0},
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/ |
H A D | 10-1.c | 33 SCHED_OTHER, "SCHED_OTHER"}, {
|
/third_party/musl/libc-test/src/functionalext/sched/ |
H A D | sched_setparam.c | 39 sched = SCHED_OTHER; in sched_setparam_0010()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_setschedparam.c | 34 * @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 D | trace_sched.c | 214 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.h | 80 #define PTHREAD_PRIORITY_SCHEDULING SCHED_OTHER
|
/third_party/ltp/testcases/kernel/syscalls/sched_getscheduler/ |
H A D | sched_getscheduler01.c | 18 * 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 D | sched_setparam02.c | 32 "Test with SCHED_OTHER", SCHED_OTHER, OTHER_PRIO, 0}
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
H A D | 19-1.c | 36 SCHED_OTHER, "SCHED_OTHER"}, {
|
H A D | 17-1.c | 41 SCHED_OTHER, "SCHED_OTHER"}, {
|
H A D | 1-1.c | 38 SCHED_OTHER, "SCHED_OTHER"}, {
|
/third_party/musl/libc-test/src/api/ |
H A D | sched.c | 30 C(SCHED_OTHER) in f()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/ |
H A D | 1-1.c | 29 #define OTHERPOLICY SCHED_OTHER
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
H A D | 2-2.c | 17 * 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;
|