Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_thr.c173 struct rtprio rtp, *rtpp; in kern_thr_new() local
176 rtpp = NULL; in kern_thr_new()
181 rtpp = &rtp; in kern_thr_new()
183 return (thread_create(td, rtpp, thr_new_initthr, param)); in kern_thr_new()