HomeSort by relevance Sort by last modified time
    Searched refs:sched_setparam (Results 1 - 25 of 82) 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/
16-1-buildonly.c 12 * int sched_setparam(pid_t, const struct sched_param *);
24 dummyvar = sched_setparam;
  /bionic/libc/arch-arm/syscalls/
sched_setparam.S 5 ENTRY(sched_setparam) function
16 END(sched_setparam)
  /bionic/libc/arch-arm64/syscalls/
sched_setparam.S 5 ENTRY(sched_setparam) function
14 END(sched_setparam)
  /bionic/libc/arch-mips/syscalls/
sched_setparam.S 5 ENTRY(sched_setparam) function
19 END(sched_setparam)
  /bionic/libc/arch-x86_64/syscalls/
sched_setparam.S 5 ENTRY(sched_setparam) function
15 END(sched_setparam)
  /bionic/libc/arch-mips64/syscalls/
sched_setparam.S 5 ENTRY(sched_setparam) function
25 END(sched_setparam)
  /bionic/libc/arch-x86/syscalls/
sched_setparam.S 5 ENTRY(sched_setparam) function
34 END(sched_setparam)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
22-1.c 11 * Test that the sched_setparam() function return zero on success.
28 result = sched_setparam(0, &param);
25-4.c 11 * Test that sched_setparam() sets errno == EINVAL when the sched_ss_max_repl
37 result = sched_setparam(0, &param);
54 result = sched_setparam(0, &param);
23-4.c 36 sched_setparam(0, &param);
23-5.c 36 sched_setparam(0, &param);
23-1.c 45 sched_setparam(0, &param);
23-3.c 42 sched_setparam(0, &param);
23-7.c 11 * Test that sched_setparam() sets errno == ESRCH when no process can be found
50 sched_setparam(child_pid, &param);
25-1.c 11 * Test that sched_setparam() sets errno == EINVAL when the sched_priority
41 result = sched_setparam(0, &param);
25-3.c 11 * Test that sched_setparam() sets errno == EINVAL when the
42 result = sched_setparam(0, &param);
27-1.c 11 * Test that sched_setparam() sets errno == ESRCH when no process can be found
15 * sched_setparam with the pid of defunct child.
51 result = sched_setparam(child_pid, &param);
61 ("This process does not have the permission to invoke sched_setparam().\nTry to launch this test as root\n");
2-1.c 62 sched_setparam(getpid(), &param);
145 if (sched_setparam(0, &param) != 0) {
146 perror("An error occurs when calling sched_setparam()");
165 if (sched_setparam(0, &param) != 0) {
166 perror("An error occurs when calling sched_setparam()");
2-2.c 63 sched_setparam(getpid(), &param);
149 if (sched_setparam(0, &param) != 0) {
150 perror("An error occurs when calling sched_setparam()");
169 if (sched_setparam(0, &param) != 0) {
170 perror("An error occurs when calling sched_setparam()");
  /bionic/libc/bionic/
pthread_setschedparam.cpp 51 return (sched_setparam(tid, &param) == -1) ? errno : 0;
  /external/ltp/testcases/kernel/syscalls/sched_setparam/
sched_setparam01.c 23 * TEST TITLE : Basic test for sched_setparam(2)
34 * This is a Phase I test for the sched_setparam(2) system call.
91 * Call sched_setparam(2) with pid=0 sothat it will
94 TEST(sched_setparam(0, &param));
97 tst_resm(TPASS, "sched_setparam() returned %ld",
101 "Test Failed, sched_setparam()" "returned %ld",
  /bionic/tests/headers/posix/
sched_h.c 61 FUNCTION(sched_setparam, int (*f)(pid_t, const struct sched_param*));

Completed in 784 milliseconds

1 2 3 4