Searched refs:SCHED_OTHER (Results 1 – 25 of 62) sorted by relevance
123
/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/ |
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}
|
D | sched_setscheduler03.c | 43 .policy = SCHED_OTHER, 131 if (tv->sched_setscheduler(0, SCHED_OTHER, ¶m[0])) in setup() 133 if (tv->sched_getscheduler(0) != SCHED_OTHER) in setup()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/ |
D | 8-4-buildonly.c | 16 #ifndef SCHED_OTHER 17 #error SCHED_OTHER not defined
|
D | 10-1.c | 33 SCHED_OTHER, "SCHED_OTHER"}, {
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/ |
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/ |
D | 2-1.c | 28 #define OTHERPOLICY SCHED_OTHER 53 case SCHED_OTHER: in verify_policy()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/ |
D | 1-4.c | 23 result = sched_get_priority_max(SCHED_OTHER); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/ |
D | 1-4.c | 23 result = sched_get_priority_min(SCHED_OTHER); in main()
|
D | coverage.txt | 8 only tested for SCHED_FIFO, SCHED_RR and SCHED_OTHER policy
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | OboeTesterStreamCallback.cpp | 34 ((schedulerType == SCHED_OTHER) ? "SCHED_OTHER" : in printScheduler()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/ |
D | 1-1.c | 24 p.policy = SCHED_OTHER; in main()
|
D | 5-1.c | 66 rc = set_policy("SCHED_OTHER", SCHED_OTHER); in main()
|
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_max/ |
D | sched_get_priority_max01.c | 27 {POLICY_DESC(SCHED_OTHER), 0},
|
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_min/ |
D | sched_get_priority_min01.c | 28 {POLICY_DESC(SCHED_OTHER), 0},
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_setschedparam.c | 44 int32_t ret = pthread_setschedparam(tid, SCHED_OTHER, &sched); in pthread_setschedparam_0100()
|
/third_party/musl/libc-test/src/functionalext/sched/ |
D | sched_setparam.c | 39 sched = SCHED_OTHER; in sched_setparam_0010()
|
/third_party/ltp/testcases/kernel/syscalls/sched_getscheduler/ |
D | sched_getscheduler01.c | 34 {0, SCHED_OTHER},
|
/third_party/ltp/testcases/kernel/sched/tool/ |
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/ |
D | _pthreadtypes.h | 80 #define PTHREAD_PRIORITY_SCHEDULING SCHED_OTHER
|
/third_party/musl/libc-test/src/api/ |
D | sched.c | 30 C(SCHED_OTHER) in f()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
D | 19-1.c | 36 SCHED_OTHER, "SCHED_OTHER"}, {
|
D | 1-1.c | 38 SCHED_OTHER, "SCHED_OTHER"}, {
|
D | 17-1.c | 41 SCHED_OTHER, "SCHED_OTHER"}, {
|
/third_party/ltp/testcases/kernel/syscalls/sched_setparam/ |
D | sched_setparam02.c | 32 "Test with SCHED_OTHER", SCHED_OTHER, OTHER_PRIO, 0}
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
D | 2-2.c | 38 static const long int old_policy = SCHED_OTHER;
|
123