/bionic/libc/arch-arm/syscalls/ |
sched_rr_get_interval.S | 5 ENTRY(sched_rr_get_interval) function 16 END(sched_rr_get_interval)
|
/bionic/libc/arch-arm64/syscalls/ |
sched_rr_get_interval.S | 5 ENTRY(sched_rr_get_interval) function 14 END(sched_rr_get_interval)
|
/bionic/libc/arch-mips/syscalls/ |
sched_rr_get_interval.S | 5 ENTRY(sched_rr_get_interval) function 19 END(sched_rr_get_interval)
|
/bionic/libc/arch-x86_64/syscalls/ |
sched_rr_get_interval.S | 5 ENTRY(sched_rr_get_interval) function 15 END(sched_rr_get_interval)
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/ |
15-1-buildonly.c | 12 * int sched_rr_get_interval(pid_t, struct timespec *); 25 dummyvar = sched_rr_get_interval;
|
/bionic/libc/arch-mips64/syscalls/ |
sched_rr_get_interval.S | 5 ENTRY(sched_rr_get_interval) function 25 END(sched_rr_get_interval)
|
/bionic/libc/arch-x86/syscalls/ |
sched_rr_get_interval.S | 5 ENTRY(sched_rr_get_interval) function 34 END(sched_rr_get_interval)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/speculative/ |
5-1.c | 11 * Test if sched_rr_get_interval() sets errno == EFAULT or EINVAL if *interval 27 result = sched_rr_get_interval(0, NULL); 31 ("sched_rr_get_interval() sets errno == EFAULT when interval argument points to NULL\n"); 36 ("sched_rr_get_interval() sets errno == EINVAL when interval argument points to NULL\n"); 40 printf("sched_rr_get_interval() return %i and sets errno == %i.\n",
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/ |
1-1.c | 44 result0 = sched_rr_get_interval(0, &interval0); 45 result1 = sched_rr_get_interval(getpid(), &interval1);
|
2-1.c | 11 * sched_rr_get_interval() returns 0 on success. 36 result = sched_rr_get_interval(0, &interval);
|
3-1.c | 11 * Test that sched_rr_get_interval() returns -1 on failure. 14 * sched_rr_get_interval with the pid of defunct child. 55 result = sched_rr_get_interval(child_pid, &interval);
|
/external/ltp/testcases/kernel/syscalls/sched_rr_get_interval/ |
sched_rr_get_interval01.c | 23 * TEST TITLE : Basic test for sched_rr_get_interval(2) 34 * This is a Phase I test for the sched_rr_get_interval(2) system call. 93 * Call sched_rr_get_interval(2) with pid=0 so that it will 97 TEST(sched_rr_get_interval(0, &tp)); 100 tst_resm(TPASS, "sched_rr_get_interval() returned %ld", 104 "Test Failed, sched_rr_get_interval()"
|
sched_rr_get_interval02.c | 35 * sched_rr_get_interval() writes zero into timespec structure 96 * Call sched_rr_get_interval(2) with pid=0 sothat it will 100 TEST(sched_rr_get_interval(0, &tp)); 105 tst_resm(TFAIL, "Test Failed, sched_rr_get_interval()"
|
sched_rr_get_interval03.c | 35 * 1) sched_rr_get_interval() fails with errno set to EINVAL for an 37 * 2) sched_rr_get_interval() fails with errno set to ESRCH if the 39 * 2) sched_rr_get_interval() fails with errno set to EFAULT if the 119 * Call sched_rr_get_interval(2) 121 TEST(sched_rr_get_interval(*(test_cases[i].pid), 129 " sched_rr_get_interval() returned %ld",
|
/bionic/tests/headers/posix/ |
sched_h.c | 60 FUNCTION(sched_rr_get_interval, int (*f)(pid_t, struct timespec*));
|
/external/strace/ |
sched.c | 84 SYS_FUNC(sched_rr_get_interval)
|
sys_func.h | 229 extern SYS_FUNC(sched_rr_get_interval);
|
/bionic/libc/include/ |
sched.h | 52 int sched_rr_get_interval(pid_t __pid, struct timespec* __quantum);
|
/external/strace/linux/32/ |
syscallent.h | 135 [127] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
|
/external/strace/linux/64/ |
syscallent.h | 128 [127] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
|
/external/strace/linux/avr32/ |
syscallent.h | 171 [142] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
|
/external/strace/linux/hppa/ |
syscallent.h | 167 [161] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
|
/external/strace/linux/ia64/ |
syscallent.h | 173 [1167] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
|
/external/strace/linux/x86_64/ |
syscallent.h | 149 [148] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
|
/external/strace/linux/xtensa/ |
syscallent.h | 213 [218] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
|