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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /prebuilts/ndk/r10/platforms/android-3/arch-arm/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
  /prebuilts/ndk/r10/platforms/android-4/arch-arm/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
  /prebuilts/ndk/r10/platforms/android-5/arch-arm/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
  /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);

Completed in 1816 milliseconds

1 2 3 4 5 6 7 8 91011>>