Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libthr/thread/
H A Dthr_kern.c77 case RTP_PRIO_FIFO: in _rtp_to_schedparam()
99 rtp->type = RTP_PRIO_FIFO; in _schedparam_to_rtp()
/freebsd-13.1/sys/kern/
H A Dksched.c116 case RTP_PRIO_FIFO: in getscheduler()
185 rtp.type = (policy == SCHED_FIFO) ? RTP_PRIO_FIFO : in ksched_setscheduler()
H A Dkern_thr.c204 case RTP_PRIO_FIFO: in thread_create()
/freebsd-13.1/sys/sys/
H A Drtprio.h56 #define RTP_PRIO_FIFO PRI_FIFO macro
/freebsd-13.1/usr.sbin/rtprio/
H A Drtprio.c80 case RTP_PRIO_FIFO: in main()