HomeSort by relevance Sort by last modified time
    Searched refs:sched_get_priority_max (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/strace/tests/
sched_get_priority_mxx.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sched_get_priority_mxx -a33 -e trace=sched_get_priority_min,sched_get_priority_max); do not edit.
4 run_strace_match_diff -a33 -e trace=sched_get_priority_min,sched_get_priority_max
  /external/strace/tests-m32/
sched_get_priority_mxx.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sched_get_priority_mxx -a33 -e trace=sched_get_priority_min,sched_get_priority_max); do not edit.
4 run_strace_match_diff -a33 -e trace=sched_get_priority_min,sched_get_priority_max
  /external/strace/tests-mx32/
sched_get_priority_mxx.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sched_get_priority_mxx -a33 -e trace=sched_get_priority_min,sched_get_priority_max); do not edit.
4 run_strace_match_diff -a33 -e trace=sched_get_priority_min,sched_get_priority_max
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
11-1-buildonly.c 12 * int sched_get_priority_max(int);
23 dummyvar = sched_get_priority_max;
  /bionic/libc/arch-arm/syscalls/
sched_get_priority_max.S 5 ENTRY(sched_get_priority_max) function
16 END(sched_get_priority_max)
  /bionic/libc/arch-arm64/syscalls/
sched_get_priority_max.S 5 ENTRY(sched_get_priority_max) function
14 END(sched_get_priority_max)
  /bionic/libc/arch-mips/syscalls/
sched_get_priority_max.S 5 ENTRY(sched_get_priority_max) function
19 END(sched_get_priority_max)
  /bionic/libc/arch-x86_64/syscalls/
sched_get_priority_max.S 5 ENTRY(sched_get_priority_max) function
15 END(sched_get_priority_max)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/
1-1.c 11 * Test that sched_get_priority_max() returns the maximum value on
23 result = sched_get_priority_max(SCHED_RR);
1-2.c 11 * Test that sched_get_priority_max() returns the maximum value on
23 result = sched_get_priority_max(SCHED_FIFO);
1-4.c 11 * Test that sched_get_priority_max() returns the maximum value on
23 result = sched_get_priority_max(SCHED_OTHER);
1-3.c 11 * Test that sched_get_priority_max() returns the maximum value on
26 result = sched_get_priority_max(SCHED_SPORADIC);
2-1.c 11 * Test that sched_get_priority_max() returns -1 on failure.
22 result = sched_get_priority_max(-1);
  /bionic/libc/arch-mips64/syscalls/
sched_get_priority_max.S 5 ENTRY(sched_get_priority_max) function
25 END(sched_get_priority_max)
  /bionic/libc/arch-x86/syscalls/
sched_get_priority_max.S 5 ENTRY(sched_get_priority_max) function
29 END(sched_get_priority_max)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setprioceiling/
3-2.c 40 prioceiling = sched_get_priority_max(SCHED_FIFO);
1-1.c 44 max_prio = sched_get_priority_max(SCHED_FIFO);
  /external/ltp/testcases/kernel/syscalls/sched_get_priority_max/
sched_get_priority_max02.c 35 * sched_get_priority_max() returns -1 with errno EINVAL
94 * Call sched_get_priority_max(2)
96 TEST(sched_get_priority_max(SCHED_INVALID));
102 "Test Failed, sched_get_priority_max()"
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprioceiling/
1-2.c 45 max_prio = sched_get_priority_max(SCHED_FIFO);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
23-1.c 36 invalid_priority = sched_get_priority_max(policy);
38 perror("An error occurs when calling sched_get_priority_max()");
25-1.c 31 invalid_priority = sched_get_priority_max(policy);
33 perror("An error occurs when calling sched_get_priority_max()");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
16-1.c 39 param.sched_priority = sched_get_priority_max(new_policy);
19-2.c 30 invalid_priority = sched_get_priority_max(SCHED_SPORADIC);
32 perror("An error occurs when calling sched_get_priority_max()");
19-3.c 43 param.sched_priority = sched_get_priority_max(SCHED_SPORADIC);
21-1.c 30 param.sched_priority = sched_get_priority_max(SCHED_FIFO);

Completed in 811 milliseconds

1 2 3 4 5 6