Home
last modified time | relevance | path

Searched refs:SCHED_OTHER (Results 1 – 25 of 62) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/
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}
Dsched_setscheduler03.c43 .policy = SCHED_OTHER,
131 if (tv->sched_setscheduler(0, SCHED_OTHER, &param[0])) in setup()
133 if (tv->sched_getscheduler(0) != SCHED_OTHER) in setup()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
D8-4-buildonly.c16 #ifndef SCHED_OTHER
17 #error SCHED_OTHER not defined
D10-1.c33 SCHED_OTHER, "SCHED_OTHER"}, {
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
D3-1.c35 #ifdef SCHED_OTHER
37 SCHED_OTHER, "SCHED_OTHER"},
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedpolicy/
D2-1.c28 #define OTHERPOLICY SCHED_OTHER
53 case SCHED_OTHER: in verify_policy()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/
D1-4.c23 result = sched_get_priority_max(SCHED_OTHER); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/
D1-4.c23 result = sched_get_priority_min(SCHED_OTHER); in main()
Dcoverage.txt8 only tested for SCHED_FIFO, SCHED_RR and SCHED_OTHER policy
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DOboeTesterStreamCallback.cpp34 ((schedulerType == SCHED_OTHER) ? "SCHED_OTHER" : in printScheduler()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
D1-1.c24 p.policy = SCHED_OTHER; in main()
D5-1.c66 rc = set_policy("SCHED_OTHER", SCHED_OTHER); in main()
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_max/
Dsched_get_priority_max01.c27 {POLICY_DESC(SCHED_OTHER), 0},
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_min/
Dsched_get_priority_min01.c28 {POLICY_DESC(SCHED_OTHER), 0},
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_setschedparam.c44 int32_t ret = pthread_setschedparam(tid, SCHED_OTHER, &sched); in pthread_setschedparam_0100()
/third_party/musl/libc-test/src/functionalext/sched/
Dsched_setparam.c39 sched = SCHED_OTHER; in sched_setparam_0010()
/third_party/ltp/testcases/kernel/syscalls/sched_getscheduler/
Dsched_getscheduler01.c34 {0, SCHED_OTHER},
/third_party/ltp/testcases/kernel/sched/tool/
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/
D_pthreadtypes.h80 #define PTHREAD_PRIORITY_SCHEDULING SCHED_OTHER
/third_party/musl/libc-test/src/api/
Dsched.c30 C(SCHED_OTHER) in f()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
D19-1.c36 SCHED_OTHER, "SCHED_OTHER"}, {
D1-1.c38 SCHED_OTHER, "SCHED_OTHER"}, {
D17-1.c41 SCHED_OTHER, "SCHED_OTHER"}, {
/third_party/ltp/testcases/kernel/syscalls/sched_setparam/
Dsched_setparam02.c32 "Test with SCHED_OTHER", SCHED_OTHER, OTHER_PRIO, 0}
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D2-2.c38 static const long int old_policy = SCHED_OTHER;

123