HomeSort by: relevance | last modified time | path
    Searched refs:sched_getparam (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
sched2.c 15 if (sched_getparam (getpid (), &sb) != 0
sched8.c 14 if (sched_getparam (99, &sb) != -1
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
sched2.c 15 if (sched_getparam (getpid (), &sb) != 0
sched8.c 14 if (sched_getparam (99, &sb) != -1
  /src/tests/lib/librt/
t_sched.c 43 ATF_TC(sched_getparam); variable
44 ATF_TC_HEAD(sched_getparam, tc)
46 atf_tc_set_md_var(tc, "descr", "A basic test of sched_getparam(3)");
49 ATF_TC_BODY(sched_getparam, tc)
58 ATF_REQUIRE(sched_getparam(0, &s1) == 0);
59 ATF_REQUIRE(sched_getparam(p, &s2) == 0);
67 ATF_REQUIRE(sched_getparam(-1, &s1) != 0);
125 * And that sched_getparam(3) returns the new priority.
129 ATF_REQUIRE(sched_getparam(0, &sched) == 0);
249 ATF_TP_ADD_TC(tp, sched_getparam);
    [all...]
  /src/include/
sched.h 44 int sched_getparam(pid_t, struct sched_param *);
  /src/tests/lib/libc/gen/posix_spawn/
t_spawnattr.c 85 RL(sched_getparam(0, &param));
152 RL(sched_getparam(pid, &child_sp));
  /src/lib/libc/sys/
sched.c 59 sched_getparam(pid_t pid, struct sched_param *param) function
  /src/lib/librt/
Makefile 37 MLINKS+= sched.3 sched_getparam.3
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
sched.d 55 int sched_getparam(pid_t, sched_param*);
168 int sched_getparam(pid_t, sched_param*);
  /src/external/gpl3/gdb/dist/gdb/
i386-syscalls.def 179 SYSCALL (155, sched_getparam)
i386-linux-tdep.c 562 SYSCALL_MAP (sched_getparam);
loongarch-linux-tdep.c 717 SYSCALL_MAP (sched_getparam);
aarch64-linux-tdep.c 2263 SYSCALL_MAP (sched_getparam);
  /src/external/gpl3/gdb.old/dist/gdb/
i386-syscalls.def 179 SYSCALL (155, sched_getparam)
i386-linux-tdep.c 561 SYSCALL_MAP (sched_getparam);
loongarch-linux-tdep.c 710 SYSCALL_MAP (sched_getparam);
aarch64-linux-tdep.c 2171 SYSCALL_MAP (sched_getparam);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 3638 INTERCEPTOR(int, sched_getparam, int pid, void *param) {
3640 COMMON_INTERCEPTOR_ENTER(ctx, sched_getparam, pid, param);
3641 int res = REAL(sched_getparam)(pid, param);
3645 #define INIT_SCHED_GETPARAM COMMON_INTERCEPT_FUNCTION(sched_getparam);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 3889 INTERCEPTOR(int, sched_getparam, int pid, void *param) {
3891 COMMON_INTERCEPTOR_ENTER(ctx, sched_getparam, pid, param);
3892 int res = REAL(sched_getparam)(pid, param);
3896 #define INIT_SCHED_GETPARAM COMMON_INTERCEPT_FUNCTION(sched_getparam);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 3809 INTERCEPTOR(int, sched_getparam, int pid, void *param) {
3811 COMMON_INTERCEPTOR_ENTER(ctx, sched_getparam, pid, param);
3812 int res = REAL(sched_getparam)(pid, param);
3816 #define INIT_SCHED_GETPARAM COMMON_INTERCEPT_FUNCTION(sched_getparam);

Completed in 103 milliseconds