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

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dsched9.c18 if (sched_get_priority_max (-1) != -1
H A Dsched5.c11 int Max = sched_get_priority_max (SCHED_OTHER);
/netbsd-6-1-5-RELEASE/include/
H A Dsched.h47 int sched_get_priority_max(int);
/netbsd-6-1-5-RELEASE/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);
/netbsd-6-1-5-RELEASE/regress/sys/kern/latency1/
H A Dlatency1.c115 sp.sched_priority = sched_get_priority_max(SCHED_FIFO) - 2;
119 sp.sched_priority = sched_get_priority_max(SCHED_FIFO) - 1;
/netbsd-6-1-5-RELEASE/regress/sys/kern/latency2/
H A Dlatency2.c129 sp.sched_priority = sched_get_priority_max(SCHED_FIFO) - 2;
133 sp.sched_priority = sched_get_priority_max(SCHED_FIFO) - 1;
/netbsd-6-1-5-RELEASE/lib/librt/
H A DMakefile37 MLINKS+= sched.3 sched_get_priority_max.3
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgthr-posix.c179 sched_get_priority_max (int policy ATTRIBUTE_UNUSED) function
H A Dgthr-posix.h139 __gthrw(sched_get_priority_max)
262 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
H A Dgthr-posix95.h96 __gthrw(sched_get_priority_max)
219 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A Dsched.c100 sched_get_priority_max(int policy) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgthr-posix.c209 sched_get_priority_max (int policy ATTRIBUTE_UNUSED) function
H A Dgthr-posix95.h100 __gthrw(sched_get_priority_max)
323 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dthr-posix.c105 if ((priority_max = sched_get_priority_max(policy)) != 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dthr-posix.c106 if ((priority_max = sched_get_priority_max(policy)) != 0)
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c79 max = sched_get_priority_max(scheduler);
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/alpha/
H A Dgthr-default.h143 __gthrw(sched_get_priority_max)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
H A Dgthr-posix.h143 __gthrw(sched_get_priority_max)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/arm/
H A Dgthr-default.h143 __gthrw(sched_get_priority_max)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
H A Dgthr-posix.h143 __gthrw(sched_get_priority_max)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/armeb/
H A Dgthr-default.h143 __gthrw(sched_get_priority_max)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
H A Dgthr-posix.h143 __gthrw(sched_get_priority_max)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/hppa/
H A Dgthr-default.h143 __gthrw(sched_get_priority_max)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
H A Dgthr-posix.h143 __gthrw(sched_get_priority_max)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/i386/
H A Dgthr-default.h143 __gthrw(sched_get_priority_max)
266 if ((priority_max = __gthrw_(sched_get_priority_max) (policy)) == -1)

Completed in 843 milliseconds

1234