Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thr.c392 struct thread *ttd; in sys_thr_kill() local
439 struct thread *ttd; in sys_thr_kill2() local
558 struct thread *ttd; in sys_thr_wake() local
582 struct thread *ttd; in sys_thr_set_name() local
H A Dkern_cpuset.c1819 struct thread *ttd; in kern_cpuset_getid() local
1884 struct thread *ttd; in kern_cpuset_getaffinity() local
1998 struct thread *ttd; in kern_cpuset_setaffinity() local
2122 struct thread *ttd; in kern_cpuset_getdomain() local
2250 struct thread *ttd; in kern_cpuset_setdomain() local
H A Dkern_sig.c2125 sigev_findtd(struct proc *p ,struct sigevent *sigev, struct thread **ttd) in sigev_findtd()