Home
last modified time | relevance | path

Searched refs:tdfind (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thr.c420 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 Dkern_cpuset.c925 td = tdfind(id, -1); in cpuset_which()
936 td = tdfind(id, -1); in cpuset_which()
H A Dkern_thread.c1776 tdfind(lwpid_t tid, pid_t pid) in tdfind() function
H A Dkern_resource.c314 td1 = tdfind(uap->lwpid, -1); in sys_rtprio_thread()
H A Dsys_process.c904 td2 = tdfind(pid, -1); in kern_ptrace()
H A Dkern_time.c301 td2 = tdfind(tid, p->p_pid); in get_cputime()
H A Dkern_proc.c523 td1 = tdfind(pid, -1); in pget()
2857 td = tdfind(lwpidarray[i], p->p_pid); in sysctl_kern_proc_kstack()
H A Dkern_sig.c2040 td2 = tdfind((lwpid_t)pid, p->p_pid); in kern_sigqueue()
2234 td = tdfind(sigev->sigev_notify_thread_id, p->p_pid); in sigev_findtd()
H A Dkern_umtx.c2036 td1 = tdfind(owner, shared ? -1 : td->td_proc->p_pid); in umtxq_sleep_pi()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_current.c204 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 Dproc.h1232 struct thread *tdfind(lwpid_t, pid_t);
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2411 return (tdfind(tid, pid)); in linux_tdfind()