Searched refs:ttd (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_thr.c | 392 struct thread *ttd; in sys_thr_kill() 408 FOREACH_THREAD_IN_PROC(p, ttd) { in sys_thr_kill() 409 if (ttd != td) { in sys_thr_kill() 413 tdksignal(ttd, uap->sig, &ksi); in sys_thr_kill() 420 ttd = tdfind((lwpid_t)uap->id, p->p_pid); in sys_thr_kill() 421 if (ttd == NULL) in sys_thr_kill() 428 tdksignal(ttd, uap->sig, &ksi); in sys_thr_kill() 429 PROC_UNLOCK(ttd->td_proc); in sys_thr_kill() 439 struct thread *ttd; in sys_thr_kill2() 463 FOREACH_THREAD_IN_PROC(p, ttd) { in sys_thr_kill2() 393 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 D | kern_cpuset.c | 1922 struct thread *ttd; in kern_cpuset_getid() local 1929 error = cpuset_which(which, id, &p, &ttd, &set); in kern_cpuset_getid() 1936 thread_lock(ttd); in kern_cpuset_getid() 1937 set = cpuset_refbase(ttd->td_cpuset); in kern_cpuset_getid() 1938 thread_unlock(ttd); in kern_cpuset_getid() 1988 struct thread *ttd; in kern_cpuset_getaffinity() local 1997 error = cpuset_which2(&which, id, &p, &ttd, &set); in kern_cpuset_getaffinity() 2006 thread_lock(ttd); in kern_cpuset_getaffinity() 2007 set = cpuset_ref(ttd->td_cpuset); in kern_cpuset_getaffinity() 2008 thread_unlock(ttd); in kern_cpuset_getaffinity() [all …]
|
H A D | kern_sig.c | 2239 sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **ttd) in sigev_findtd() argument 2247 *ttd = td; in sigev_findtd() 2249 *ttd = NULL; in sigev_findtd()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrFormats.td | 370 // <|1111|1ttd|dddd|0bbb>
|
/freebsd/contrib/libpcap/ |
H A D | CREDITS | 119 Javier Achirica <achirica at ttd dot net>
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 1214 IEEE 802.11 support, from clenahan@fortresstech.com, achirica@ttd.net.
|