Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_thr.c393 struct thread *ttd; sys_thr_kill() local
440 struct thread *ttd; sys_thr_kill2() local
559 struct thread *ttd; sys_thr_wake() local
583 struct thread *ttd; sys_thr_set_name() local
[all...]
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.c2239 sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **ttd) in sigev_findtd()