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

/freebsd-9.3-release/tools/regression/p1003_1b/
H A Dsched.c70 if ( (smax = sched_get_priority_max(sched)) == -1 && errno)
71 quit("sched_get_priority_max");
153 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-9.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)
274 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
/freebsd-9.3-release/lib/libc/sys/
H A DMakefile.inc109 MAN+= sched_get_priority_max.2 sched_setparam.2 \
194 MLINKS+=sched_get_priority_max.2 sched_get_priority_min.2 \
195 sched_get_priority_max.2 sched_rr_get_interval.2
H A DSymbol.map230 sched_get_priority_max;
/freebsd-9.3-release/sys/kern/
H A Dcapabilities.conf536 sched_get_priority_max
H A Dp1003_1b.c90 SYSCALL_NOT_PRESENT_GEN(sched_get_priority_max)
/freebsd-9.3-release/sys/sys/
H A Dsched.h233 int sched_get_priority_max(int);
H A Dsyscall.mk223 sched_get_priority_max.o \
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_misc.c1369 if (ldebug(sched_get_priority_max))
1370 printf(ARGS(sched_get_priority_max, "%d"), args->policy);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntpd.c456 pmax = sched_get_priority_max(SCHED_FIFO);
/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_event449 43085:AUE_SCHED_GET_PRIORITY_MAX:sched_get_priority_max(2):ad

Completed in 193 milliseconds