HomeSort by relevance Sort by last modified time
    Searched refs:sched_getparam (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
17-2.c 131 ret = sched_getparam(0, &sp);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
20-1.c 37 if (sched_getparam(getpid(), &param) != 0) {
38 perror("An error occurs when calling sched_getparam()");
21-1.c 37 if (sched_getparam(getpid(), &param) != 0) {
38 perror("An error occurs when calling sched_getparam()");
21-2.c 37 if (sched_getparam(getpid(), &param) != 0) {
38 perror("An error occurs when calling sched_getparam()");
9-1.c 75 sched_getparam(getpid(), &param);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
1-1.c 76 if (sched_getparam(getpid(), &param) != 0) {
77 perror("Error calling sched_getparam()");
15-2.c 38 if (sched_getparam(getpid(), &param) != 0) {
39 perror("An error occurs when calling sched_getparam()");
22-1.c 38 if (sched_getparam(getpid(), &param) != 0) {
39 perror("An error occurs when calling sched_getparam()");
22-2.c 38 if (sched_getparam(getpid(), &param) != 0) {
39 perror("An error occurs when calling sched_getparam()");
  /external/toybox/toys/other/
chrt.c 65 if (sched_getparam(TT.pid, (void *)&pri)) perror_exit("sched_getparam");
  /external/ltp/testcases/realtime/stress/pi-tests/
testpi-3.c 128 sched_getparam(tid, &schedp);
183 sched_getparam(tid, &schedp);
230 sched_getparam(tid, &schedp);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
8-1.c 71 if (sched_getparam(0, &sp) == -1) {
72 perror("sched_getparam()");
  /external/strace/
sched.c 61 SYS_FUNC(sched_getparam)
sys_func.h 224 extern SYS_FUNC(sched_getparam);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sched.h 55 extern int sched_getparam (__pid_t __pid, struct sched_param *__param) __THROW;
  /bionic/libc/include/
sched.h 51 int sched_getparam(pid_t __pid, struct sched_param* __param);
  /external/ltp/testcases/kernel/sched/tool/
trace_sched.c 243 if ((get_priority = sched_getparam(getpid(), &gsp)) == -1) {
  /bionic/libc/bionic/
pthread_create.cpp 135 if (sched_getparam(0, &param) == -1) {
137 "pthread_create sched_getparam failed: %s", strerror(errno));
  /bionic/tests/
sched_test.cpp 294 ASSERT_EQ(0, sched_getparam(getpid(), &p));
  /external/strace/linux/32/
syscallent.h 129 [121] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
  /external/strace/linux/64/
syscallent.h 122 [121] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
  /external/strace/linux/avr32/
syscallent.h 165 [136] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
  /external/strace/linux/hppa/
syscallent.h 161 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
  /external/strace/linux/x86_64/
syscallent.h 144 [143] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
  /external/strace/linux/xtensa/
syscallent.h 208 [213] = { 2, 0, SEN(sched_getparam), "sched_getparam" },

Completed in 461 milliseconds

1 23 4 5