Home
last modified time | relevance | path

Searched refs:RTP_PRIO_REALTIME (Results 1 – 10 of 10) sorted by relevance

/trueos/usr.sbin/rtprio/
HDrtprio.c62 rtp.type = RTP_PRIO_REALTIME; in main()
77 case RTP_PRIO_REALTIME: in main()
/trueos/tools/regression/priv/
HDpriv_sched_rtprio.c156 rtp.type = RTP_PRIO_REALTIME; in priv_sched_rtprio_curproc_realtime()
225 rtp.type = RTP_PRIO_REALTIME; in priv_sched_rtprio_myproc_realtime()
294 rtp.type = RTP_PRIO_REALTIME; in priv_sched_rtprio_aproc_realtime()
/trueos/lib/libthr/thread/
HDthr_kern.c74 case RTP_PRIO_REALTIME: in _rtp_to_schedparam()
96 rtp->type = RTP_PRIO_REALTIME; in _schedparam_to_rtp()
/trueos/sys/kern/
HDksched.c120 case RTP_PRIO_REALTIME: in getscheduler()
195 ? RTP_PRIO_FIFO : RTP_PRIO_REALTIME; in ksched_setscheduler()
HDkern_resource.c348 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME || in sys_rtprio_thread()
440 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME ||
477 case RTP_PRIO_REALTIME: in rtp_to_pri()
HDkern_thr.c173 case RTP_PRIO_REALTIME: in create_thread()
/trueos/sys/sys/
HDrtprio.h45 #define RTP_PRIO_REALTIME PRI_REALTIME /* real time process */ macro
/trueos/lib/libutil/
HDlogin_class.c458 rtp.type = RTP_PRIO_REALTIME; in setusercontext()
/trueos/usr.sbin/watchdogd/
HDwatchdogd.c140 rtp.type = RTP_PRIO_REALTIME; in main()
/trueos/contrib/ntp/ntpd/
HDntpd.c398 srtp.type = RTP_PRIO_REALTIME; /* was: RTP_PRIO_NORMAL */ in set_process_priority()