Home
last modified time | relevance | path

Searched refs:_SC_SCHED_PRI_MIN (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/lib/libc/sys/
H A Dsched.c126 return (int)sysconf(_SC_SCHED_PRI_MIN); in sched_get_priority_min()
/netbsd-src/sys/sys/
H A Dunistd.h340 #define _SC_SCHED_PRI_MIN 2002 macro
/netbsd-src/usr.sbin/schedctl/
H A Dschedctl.c132 if (sp->sched_priority < sysconf(_SC_SCHED_PRI_MIN) || in main()
/netbsd-src/lib/libc/gen/
H A Dsysconf.c399 case _SC_SCHED_PRI_MIN: in __weak_alias()
/netbsd-src/lib/libpthread/
H A Dpthread.c1364 min = sysconf(_SC_SCHED_PRI_MIN); in pthread__checkpri()
/netbsd-src/tests/lib/libc/sys/
H A Dt_futex_ops.c1406 ATF_REQUIRE((pri = sysconf(_SC_SCHED_PRI_MIN)) != -1); in do_test_wake_highest_pri()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dunistd.d977 _SC_SCHED_PRI_MIN = 2002,