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

1 2 3 4

  /external/strace/tests/
sched_xetparam.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sched_xetparam -a23 -e trace=sched_getparam,sched_setparam); do not edit.
4 run_strace_match_diff -a23 -e trace=sched_getparam,sched_setparam
  /external/strace/tests-m32/
sched_xetparam.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sched_xetparam -a23 -e trace=sched_getparam,sched_setparam); do not edit.
4 run_strace_match_diff -a23 -e trace=sched_getparam,sched_setparam
  /external/strace/tests-mx32/
sched_xetparam.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sched_xetparam -a23 -e trace=sched_getparam,sched_setparam); do not edit.
4 run_strace_match_diff -a23 -e trace=sched_getparam,sched_setparam
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
13-1-buildonly.c 12 * int sched_getparam(pid_t, struct sched_param *);
24 dummyvar = sched_getparam;
  /bionic/libc/arch-arm/syscalls/
sched_getparam.S 5 ENTRY(sched_getparam) function
16 END(sched_getparam)
  /bionic/libc/arch-arm64/syscalls/
sched_getparam.S 5 ENTRY(sched_getparam) function
14 END(sched_getparam)
  /bionic/libc/arch-mips/syscalls/
sched_getparam.S 5 ENTRY(sched_getparam) function
19 END(sched_getparam)
  /bionic/libc/arch-x86_64/syscalls/
sched_getparam.S 5 ENTRY(sched_getparam) function
15 END(sched_getparam)
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
sched_getparam.cc 9 int res = sched_getparam(0, &param);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
2-1.c 31 result0 = sched_getparam(0, &param0);
32 result1 = sched_getparam(getpid(), &param1);
3-1.c 11 * Test that sched_getparam() returns 0 on success
25 result = sched_getparam(0, &param);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
23-4.c 28 if (sched_getparam(0, &param) == -1) {
29 perror("An error occurs when calling sched_getparam()");
38 if (sched_getparam(0, &param) != 0) {
39 perror("An error occurs when calling sched_getparam()");
23-5.c 28 if (sched_getparam(0, &param) == -1) {
29 perror("An error occurs when calling sched_getparam()");
38 if (sched_getparam(0, &param) != 0) {
39 perror("An error occurs when calling sched_getparam()");
23-1.c 24 if (sched_getparam(0, &param) != 0) {
25 perror("An error occurs when calling sched_getparam()");
47 if (sched_getparam(0, &param) != 0) {
48 perror("An error occurs when calling sched_getparam()");
23-3.c 28 if (sched_getparam(0, &param) == -1) {
29 perror("An error occurs when calling sched_getparam()");
44 if (sched_getparam(0, &param) != 0) {
45 perror("An error occurs when calling sched_getparam()");
23-7.c 27 if (sched_getparam(0, &param) == -1) {
28 perror("An error occurs when calling sched_getparam()");
52 if (sched_getparam(0, &param) != 0) {
53 perror("An error occurs when calling sched_getparam()");
22-1.c 23 if (sched_getparam(0, &param) == -1) {
24 perror("An error occurs when calling sched_getparam()");
23-2.c 30 if (sched_getparam(0, &param) != 0) {
31 perror("An error occurs when calling sched_getparam()");
42 perror("An error occurs when calling sched_getparam()");
59 if (sched_getparam(0, &param) != 0) {
60 perror("An error occurs when calling sched_getparam()");
5-1.c 25 if (sched_getparam(getpid(), &param) != 0) {
26 perror("An error occurs when calling sched_getparam()");
45 if (sched_getparam(getpid(), &param) != 0) {
46 perror("An error occurs when calling sched_getparam()");
  /bionic/libc/arch-mips64/syscalls/
sched_getparam.S 5 ENTRY(sched_getparam) function
25 END(sched_getparam)
  /bionic/libc/arch-x86/syscalls/
sched_getparam.S 5 ENTRY(sched_getparam) function
34 END(sched_getparam)
  /bionic/libc/bionic/
pthread_getschedparam.cpp 42 if (sched_getparam(tid, param) == -1) return errno;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/speculative/
7-1.c 11 * Test if sched_getparam() sets errno == EFAULT or EINVAL if param points to
26 result = sched_getparam(0, NULL);
29 printf("sched_getparam() sets errno == EFAULT "
34 printf("sched_getparam() sets errno == EINVAL "
39 printf("sched_getparam() return %i and sets errno == %i.\n",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
17-2.c 37 if (sched_getparam(getpid(), &param) != 0) {
38 perror("An error occurs when calling sched_getparam()");
61 if (sched_getparam(getpid(), &param) != 0) {
62 perror("An error occurs when calling sched_getparam()");
17-3.c 37 if (sched_getparam(getpid(), &param) != 0) {
38 perror("An error occurs when calling sched_getparam()");
60 if (sched_getparam(getpid(), &param) != 0) {
61 perror("An error occurs when calling sched_getparam()");

Completed in 352 milliseconds

1 2 3 4