Home
last modified time | relevance | path

Searched defs:ttd (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thr.c410 struct thread *ttd; in sys_thr_kill() local
457 struct thread *ttd; in sys_thr_kill2() local
576 struct thread *ttd; in sys_thr_wake() local
600 struct thread *ttd; in sys_thr_set_name() local
H A Dkern_cpuset.c1922 struct thread *ttd; in kern_cpuset_getid() local
1988 struct thread *ttd; in kern_cpuset_getaffinity() local
2137 struct thread *ttd; in kern_cpuset_setaffinity() local
2289 struct thread *ttd; in kern_cpuset_getdomain() local
2418 struct thread *ttd; in kern_cpuset_setdomain() local
H A Dkern_sig.c2254 sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **ttd) in sigev_findtd()