Home
last modified time | relevance | path

Searched refs:sched_getparam (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/librt/
H A Dt_sched.c42 ATF_TC(sched_getparam);
43 ATF_TC_HEAD(sched_getparam, tc) in ATF_TC_HEAD() argument
48 ATF_TC_BODY(sched_getparam, tc) in ATF_TC_BODY() argument
57 ATF_REQUIRE(sched_getparam(0, &s1) == 0); in ATF_TC_BODY()
58 ATF_REQUIRE(sched_getparam(p, &s2) == 0); in ATF_TC_BODY()
66 ATF_REQUIRE(sched_getparam(-1, &s1) != 0); in ATF_TC_BODY()
124 ATF_REQUIRE(sched_getparam(0, &sched) == 0); in sched_priority_set()
244 ATF_TP_ADD_TC(tp, sched_getparam); in ATF_TP_ADD_TCS()
/freebsd/tools/regression/p1003_1b/
H A Dsched.c180 q(__LINE__, sched_getparam(0, &shouldbe), "sched_getparam"); in sched()
195 q(__LINE__, sched_getparam(0, &shouldbe), in sched()
260 q(__LINE__, sched_getparam(0, &rt_param), "sched_getparam"); in sched()
H A Dprutil.c45 if (sched_getparam(0, &param)) in sched_is()
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c85 sched_getparam(0, &param); in get_different_priority()
152 sched_getparam(pid, &child_sp); in ATF_TC_BODY()
/freebsd/sys/sys/
H A Dsched.h265 int sched_getparam(pid_t, struct sched_param *);
H A Dsyscall.mk200 sched_getparam.o \
/freebsd/lib/libsys/
H A DSymbol.sys.map192 sched_getparam;
H A DMakefile.sys495 MLINKS+=sched_setparam.2 sched_getparam.2
/freebsd/sys/kern/
H A Dp1003_1b.c85 SYSCALL_NOT_PRESENT_GEN(sched_getparam) in SYSCALL_NOT_PRESENT_GEN() argument
/freebsd/contrib/capsicum-test/
H A Dcapmode.cc329 EXPECT_OK(sched_getparam(0, &sp)); in FORK_TEST()
/freebsd/contrib/openbsm/etc/
H A Daudit_event443 43083:AUE_SCHED_GETPARAM:sched_getparam(2):ad
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp627 sched_getparam(0, &param); in __kmp_launch_monitor()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc595 PRE_SYSCALL(sched_getparam)(long pid, void *param) {}
597 POST_SYSCALL(sched_getparam)(long res, long pid, void *param) {
H A Dsanitizer_common_interceptors.inc3889 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);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2798 fun:sched_getparam=uninstrumented