Searched refs:tdfind (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_thr.c | 420 ttd = tdfind((lwpid_t)uap->id, p->p_pid); in sys_thr_kill() 474 ttd = tdfind((lwpid_t)uap->id, uap->pid); in sys_thr_kill2() 566 ttd = tdfind((lwpid_t)uap->id, p->p_pid); in sys_thr_wake() 597 ttd = tdfind((lwpid_t)uap->id, p->p_pid); in sys_thr_set_name()
|
H A D | kern_cpuset.c | 925 td = tdfind(id, -1); in cpuset_which() 936 td = tdfind(id, -1); in cpuset_which()
|
H A D | kern_thread.c | 1749 tdfind(lwpid_t tid, pid_t pid) in tdfind() function
|
H A D | kern_resource.c | 316 td1 = tdfind(uap->lwpid, -1); in sys_rtprio_thread()
|
H A D | sys_process.c | 901 td2 = tdfind(pid, -1); in kern_ptrace()
|
H A D | kern_time.c | 301 td2 = tdfind(tid, p->p_pid); in get_cputime()
|
H A D | kern_proc.c | 526 td1 = tdfind(pid, -1); in pget() 2893 td = tdfind(lwpidarray[i], p->p_pid); in sysctl_kern_proc_kstack()
|
H A D | kern_sig.c | 2050 td2 = tdfind((lwpid_t)pid, p->p_pid); in kern_sigqueue() 2244 td = tdfind(sigev->sigev_notify_thread_id, p->p_pid); in sigev_findtd()
|
H A D | kern_umtx.c | 2046 td1 = tdfind(owner, shared ? -1 : td->td_proc->p_pid); in umtxq_sleep_pi()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_current.c | 204 td = tdfind(pid, -1); in linux_get_pid_task_int() 253 td = tdfind(task->pid, -1); in linux_task_exiting()
|
/freebsd/sys/sys/ |
H A D | proc.h | 1213 struct thread *tdfind(lwpid_t, pid_t);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 2411 return (tdfind(tid, pid)); in linux_tdfind()
|