Home
last modified time | relevance | path

Searched refs:SCHED_SPORADIC (Results 1 - 18 of 18) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A 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()
H A 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()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A 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()
H A 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()
H A D19-3.c43 param.sched_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
45 result = sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
H A D19-2.c30 invalid_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
40 result = sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
H A D17-3.c56 param.sched_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
58 result = sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
H A D17-2.c49 invalid_priority = sched_get_priority_max(SCHED_SPORADIC); in main()
59 sched_setscheduler(0, SCHED_SPORADIC, &param); in main()
H A D19-1.c33 SCHED_SPORADIC, "SCHED_SPORADIC"},
H A D17-1.c38 SCHED_SPORADIC, "SCHED_SPORADIC"},
H A D1-1.c35 SCHED_SPORADIC, "SCHED_SPORADIC"},
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
H A D3-1.c31 #ifdef SCHED_SPORADIC
33 SCHED_SPORADIC, "SCHED_SPORADIC"},
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/
H A D1-3.c12 * success for SCHED_SPORADIC policy.
26 result = sched_get_priority_max(SCHED_SPORADIC); in main()
30 ("The maximum priority for policy SCHED_SPORADIC is %i.\n", in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/
H A D1-3.c12 * success for SCHED_SPORADIC policy.
26 result = sched_get_priority_min(SCHED_SPORADIC); in main()
30 ("The minimum priority for policy SCHED_SPORADIC is %i.\n", in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
H A D10-1.c30 SCHED_SPORADIC, "SCHED_SPORADIC"},
/third_party/musl/libc-test/src/api/
H A Dsched.c18 C(SCHED_SPORADIC) in f()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2363 pub const SCHED_SPORADIC: ::c_int = 4; consts
/third_party/python/Modules/
H A Dposixmodule.c15494 #ifdef SCHED_SPORADIC in all_ins()
15495 if (PyModule_AddIntMacro(m, SCHED_SPORADIC)) return -1; in all_ins()

Completed in 28 milliseconds