Searched refs:sched_get_priority_max (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/contrib/netbsd-tests/lib/librt/
H A Dt_sched.c85 ATF_REQUIRE(sched_get_priority_max(INT_MAX) != 0);
88 ATF_REQUIRE(sched_get_priority_max(-INT_MAX) != 0);
95 pmax = sched_get_priority_max(pol[i]);
139 pri = sched_get_priority_max(SCHED_RR);
169 pri = sched_get_priority_max(SCHED_FIFO);
/freebsd-10.3-release/tools/regression/p1003_1b/
H A Dsched.c71 if ( (smax = sched_get_priority_max(sched)) == -1 && errno)
72 quit("sched_get_priority_max");
154 fifo_schedmax = sched_get_priority_max(SCHED_FIFO);
H A Dyield.c75 set.sched_priority = sched_get_priority_max(SCHED_FIFO);
77 perror("sched_get_priority_max");
/freebsd-10.3-release/contrib/gcc/
H A Dgthr-posix.c179 sched_get_priority_max (int policy ATTRIBUTE_UNUSED) function
H A Dgthr-posix.h133 __gthrw(sched_get_priority_max)
314 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
H A Dgthr-posix95.h96 __gthrw(sched_get_priority_max)
280 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
/freebsd-10.3-release/sys/kern/
H A Dcapabilities.conf540 sched_get_priority_max
H A Dp1003_1b.c90 SYSCALL_NOT_PRESENT_GEN(sched_get_priority_max)
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c83 max = sched_get_priority_max(scheduler);
/freebsd-10.3-release/sys/sys/
H A Dsched.h235 int sched_get_priority_max(int);
H A Dsyscall.mk226 sched_get_priority_max.o \
/freebsd-10.3-release/lib/libc/sys/
H A DMakefile.inc271 MAN+= sched_get_priority_max.2 \
425 MLINKS+=sched_get_priority_max.2 sched_get_priority_min.2 \
426 sched_get_priority_max.2 sched_rr_get_interval.2
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntpd.c463 pmax = sched_get_priority_max(SCHED_FIFO);
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_misc.c1575 if (ldebug(sched_get_priority_max))
1576 printf(ARGS(sched_get_priority_max, "%d"), args->policy);

Completed in 204 milliseconds