Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dksched.c119 case RTP_PRIO_REALTIME: in getscheduler()
186 RTP_PRIO_REALTIME; in ksched_setscheduler()
H A Dkern_resource.c353 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME || in sys_rtprio_thread()
443 if (RTP_PRIO_BASE(rtp.type) == RTP_PRIO_REALTIME || in sys_rtprio()
480 case RTP_PRIO_REALTIME: in rtp_to_pri()
H A Dkern_thr.c203 case RTP_PRIO_REALTIME: in thread_create()
/f-stack/freebsd/sys/
H A Drtprio.h48 #define RTP_PRIO_REALTIME PRI_REALTIME /* real time process */ macro
/f-stack/tools/libutil/
H A Dlogin_class.c459 rtp.type = RTP_PRIO_REALTIME; in setusercontext()