Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_numa.c65 struct thread *ttd; in sys_numa_setaffinity() local
131 struct thread *ttd; in sys_numa_getaffinity() local
HDkern_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
HDkern_cpuset.c1002 struct thread *ttd; in sys_cpuset_getid() local
1058 struct thread *ttd; in sys_cpuset_getaffinity() local
1157 struct thread *ttd; in sys_cpuset_setaffinity() local
HDkern_sig.c2058 sigev_findtd(struct proc *p ,struct sigevent *sigev, struct thread **ttd) in sigev_findtd()