Searched refs:thr_exit_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sys/kern/ |
| D | kern_thr.c | 306 sys_thr_exit(struct thread *td, struct thr_exit_args *uap) in sys_thr_exit()
|
| D | init_sysent.c | 468 …{ AS(thr_exit_args), (sy_call_t *)sys_thr_exit, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATI…
|
| D | systrace_args.c | 2416 struct thr_exit_args *p = params; in systrace_args()
|
| /freebsd-9-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 481 …{ AS(thr_exit_args), (sy_call_t *)sys_thr_exit, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 431 =…
|
| D | freebsd32_systrace_args.c | 2191 struct thr_exit_args *p = params; in systrace_args()
|
| /freebsd-9-stable/sys/sys/ |
| D | sysproto.h | 1284 struct thr_exit_args { struct 2045 int sys_thr_exit(struct thread *, struct thr_exit_args *);
|