Home
last modified time | relevance | path

Searched refs: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
409 if (ttd != td) { in sys_thr_kill()
421 if (ttd == NULL) in sys_thr_kill()
439 struct thread *ttd; in sys_thr_kill2() local
464 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() local
567 if (ttd == NULL) in sys_thr_wake()
569 thread_lock(ttd); in sys_thr_wake()
[all …]
H A Dkern_cpuset.c1819 struct thread *ttd; in kern_cpuset_getid() local
1832 thread_lock(ttd); in kern_cpuset_getid()
1884 struct thread *ttd; in kern_cpuset_getaffinity() local
1908 thread_lock(ttd); in kern_cpuset_getaffinity()
1932 thread_lock(ttd); in kern_cpuset_getaffinity()
1998 struct thread *ttd; in kern_cpuset_setaffinity() local
2041 thread_lock(ttd); in kern_cpuset_setaffinity()
2122 struct thread *ttd; in kern_cpuset_getdomain() local
2147 thread_lock(ttd); in kern_cpuset_getdomain()
2171 thread_lock(ttd); in kern_cpuset_getdomain()
[all …]
H A Dkern_sig.c2125 sigev_findtd(struct proc *p ,struct sigevent *sigev, struct thread **ttd) in sigev_findtd() argument
2133 *ttd = td; in sigev_findtd()
2135 *ttd = NULL; in sigev_findtd()