HomeSort by relevance Sort by last modified time
    Searched refs:sched_setparam (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
23-2.c 57 sched_setparam(0, &param);
25-2.c 11 * Test that sched_setparam() sets errno == EINVAL when the
59 result = sched_setparam(0, &param);
26-1.c 11 * Test that sched_setparam() sets errno == EPERM when the requesting process
73 result = sched_setparam(1, &param);
5-1.c 43 result = sched_setparam(0, &param);
1-1.c 11 * Test that sched_setparam() sets the scheduling parameters to the parameters
80 result = sched_setparam(child_pid, &param);
106 result = sched_setparam(child_pid, &param);
9-1.c 28 * 4. Call sched_setparam with an mean priority and the pid value of the
57 if (sched_setparam(getpid(), &param) != 0) {
58 perror("An error occurs when calling sched_setparam()");
86 * block between fork() and sched_setparam(), child
128 key = ftok("conformance/interfaces/sched_setparam/9-1.c", 1234);
185 if (sched_setparam(child_pid[i], &param) != 0) {
186 perror("An error occurs when calling sched_setparam()");
20-1.c 66 if (sched_setparam(getpid(), &param) != 0) {
67 perror("An error occurs when calling sched_setparam()");
82 printf("sched_setparam() does not set the right param.\n");
21-1.c 47 if (sched_setparam(getpid(), &param) != 0) {
48 perror("An error occurs when calling sched_setparam()");
21-2.c 47 if (sched_setparam(getpid(), &param) != 0) {
48 perror("An error occurs when calling sched_setparam()");
23-6.c 82 rc = sched_setparam(0, &param);
84 perror("sched_setparam() does not return EPERM\n");
  /external/ltp/testcases/kernel/syscalls/sched_setparam/
sched_setparam02.c 22 * TEST TITLE : Checks functionality for sched_setparam(2)
122 * Call sched_setparam(2) with pid=0 sothat it will
125 TEST(sched_setparam(0, &param));
131 "%s Failed. sched_setparam()"
sched_setparam03.c 23 * TEST TITLE : Checks functionality for sched_setparam(2) for pid!=0
114 * Call sched_setparam(2) with pid = getppid() so that
118 TEST(sched_setparam(getppid(), &param));
121 err(0, "sched_setparam returned %ld",
sched_setparam04.c 23 * TEST TITLE : testing error conditions for sched_setparam(2)
35 * 1) sched_setparam(2) returns -1 and sets errno to ESRCH if the
37 * 2) sched_setparam(2) returns -1 and sets errno to EINVAL if
39 * 3) sched_setparam(2) returns -1 and sets errno to EINVAL if the
41 * 4) sched_setparam(2) returns -1 sets errno to EINVAL if the
127 TEST(sched_setparam(*(test_cases[ind].pid),
sched_setparam05.c 23 * TEST TITLE : verify that sched_setparam() fails if the user does
35 * Verify that sched_setparam() fails if the user does
129 * Call sched_setparam(2) with pid = getppid()
131 TEST(sched_setparam(getppid(), &param));
138 "Test failed, sched_setparam()"
  /external/strace/
sched.c 70 SYS_FUNC(sched_setparam)
sys_func.h 230 extern SYS_FUNC(sched_setparam);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sched.h 51 extern int sched_setparam (__pid_t __pid, __const struct sched_param *__param)
  /bionic/libc/include/
sched.h 50 int sched_setparam(pid_t __pid, const struct sched_param* __param);
  /bionic/libc/bionic/
spawn.cpp 122 if (sched_setparam(0, &(*attr)->schedparam) == -1) _exit(127);
  /external/python/cpython3/Lib/test/
test_posix.py     [all...]
  /external/strace/linux/32/
syscallent.h 126 [118] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
  /external/strace/linux/64/
syscallent.h 119 [118] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
  /external/strace/linux/avr32/
syscallent.h 164 [135] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
  /external/strace/linux/hppa/
syscallent.h 160 [154] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
  /external/strace/linux/x86_64/
syscallent.h 143 [142] = { 2, 0, SEN(sched_setparam), "sched_setparam" },

Completed in 618 milliseconds

12 3 4