Home
last modified time | relevance | path

Searched refs:SCHED_SPORADIC (Results 1 – 20 of 20) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D23-2.c40 } else if (policy != SCHED_SPORADIC) { in main()
41 if (sched_setscheduler(0, SCHED_SPORADIC, &param) == -1) { in main()
47 invalid_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
D25-2.c35 } else if (policy != SCHED_SPORADIC) { in main()
42 if (sched_setscheduler(0, SCHED_SPORADIC, &param) == -1) { in main()
48 invalid_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
D19-4.c38 param.sched_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
42 result = sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
59 result = sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
D17-4.c49 max_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
51 sched_get_priority_min(SCHED_SPORADIC) : max_priority; in main()
55 sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
D19-2.c30 invalid_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
40 result = sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
D19-3.c43 param.sched_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
45 result = sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
D17-2.c49 invalid_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
59 sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
D17-3.c56 param.sched_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
58 result = sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
D19-1.c33 SCHED_SPORADIC, "SCHED_SPORADIC"},
D1-1.c35 SCHED_SPORADIC, "SCHED_SPORADIC"},
D17-1.c38 SCHED_SPORADIC, "SCHED_SPORADIC"},
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
D8-3-buildonly.c23 #ifndef SCHED_SPORADIC
24 #error SCHED_SPORADIC not defined
D10-1.c30 SCHED_SPORADIC, "SCHED_SPORADIC"},
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
D3-1.c31 #ifdef SCHED_SPORADIC
33 SCHED_SPORADIC, "SCHED_SPORADIC"},
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/
D1-3.c26 result = sched_get_priority_max(SCHED_SPORADIC); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/
D1-3.c26 result = sched_get_priority_min(SCHED_SPORADIC); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
Dcoverage.txt6 3 NO: ** Need support of SCHED_SPORADIC
/external/rust/crates/libc/src/unix/nto/
Dmod.rs2363 pub const SCHED_SPORADIC: ::c_int = 4; constant
/external/python/cpython3/Modules/
Dposixmodule.c15283 #ifdef SCHED_SPORADIC in all_ins()
15284 if (PyModule_AddIntMacro(m, SCHED_SPORADIC)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst4580 .. data:: SCHED_SPORADIC