Lines Matching defs:td
103 thr_create_initthr(struct thread *td, void *thunk) in thr_create_initthr()
116 sys_thr_create(struct thread *td, struct thr_create_args *uap) in sys_thr_create()
129 sys_thr_new(struct thread *td, struct thr_new_args *uap) in sys_thr_new()
144 thr_new_initthr(struct thread *td, void *thunk) in thr_new_initthr()
176 kern_thr_new(struct thread *td, struct thr_param *param) in kern_thr_new()
192 thread_create(struct thread *td, struct rtprio *rtp, in thread_create()
297 sys_thr_self(struct thread *td, struct thr_self_args *uap) in sys_thr_self()
309 sys_thr_exit(struct thread *td, struct thr_exit_args *uap) in sys_thr_exit()
325 kern_thr_exit(struct thread *td) in kern_thr_exit()
388 sys_thr_kill(struct thread *td, struct thr_kill_args *uap) in sys_thr_kill()
435 sys_thr_kill2(struct thread *td, struct thr_kill2_args *uap) in sys_thr_kill2()
492 sys_thr_suspend(struct thread *td, struct thr_suspend_args *uap) in sys_thr_suspend()
510 kern_thr_suspend(struct thread *td, struct timespec *tsp) in kern_thr_suspend()
554 sys_thr_wake(struct thread *td, struct thr_wake_args *uap) in sys_thr_wake()
578 sys_thr_set_name(struct thread *td, struct thr_set_name_args *uap) in sys_thr_set_name()