Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_thr.c185 struct rtprio rtp, *rtpp; in kern_thr_new() local
191 rtpp = NULL; in kern_thr_new()
196 rtpp = &rtp; in kern_thr_new()
202 return (thread_create(td, rtpp, thr_new_initthr, param)); in kern_thr_new()