Searched refs:ttd (Results 1 – 3 of 3) sorted by relevance
392 struct thread *ttd; in sys_thr_kill() local409 if (ttd != td) { in sys_thr_kill()421 if (ttd == NULL) in sys_thr_kill()439 struct thread *ttd; in sys_thr_kill2() local464 if (ttd != td) { in sys_thr_kill2()475 if (ttd == NULL) in sys_thr_kill2()477 p = ttd->td_proc; in sys_thr_kill2()558 struct thread *ttd; in sys_thr_wake() local567 if (ttd == NULL) in sys_thr_wake()569 thread_lock(ttd); in sys_thr_wake()[all …]
1819 struct thread *ttd; in kern_cpuset_getid() local1832 thread_lock(ttd); in kern_cpuset_getid()1884 struct thread *ttd; in kern_cpuset_getaffinity() local1908 thread_lock(ttd); in kern_cpuset_getaffinity()1932 thread_lock(ttd); in kern_cpuset_getaffinity()1998 struct thread *ttd; in kern_cpuset_setaffinity() local2041 thread_lock(ttd); in kern_cpuset_setaffinity()2122 struct thread *ttd; in kern_cpuset_getdomain() local2147 thread_lock(ttd); in kern_cpuset_getdomain()2171 thread_lock(ttd); in kern_cpuset_getdomain()[all …]
2125 sigev_findtd(struct proc *p ,struct sigevent *sigev, struct thread **ttd) in sigev_findtd() argument2133 *ttd = td; in sigev_findtd()2135 *ttd = NULL; in sigev_findtd()