Searched refs:sys_rtprio_thread (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_resource.c | 288 sys_rtprio_thread(struct thread *td, struct rtprio_thread_args *uap) in sys_rtprio_thread() function
|
| H A D | init_sysent.c | 518 …{ AS(rtprio_thread_args), (sy_call_t *)sys_rtprio_thread, AUE_RTPRIO, NULL, 0, 0, SYF_CAPENABLED, …
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 525 …{ AS(rtprio_thread_args), (sy_call_t *)sys_rtprio_thread, AUE_RTPRIO, NULL, 0, 0, SYF_CAPENABLED, …
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 2085 int sys_rtprio_thread(struct thread *, struct rtprio_thread_args *);
|