Home
last modified time | relevance | path

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

/f-stack/freebsd/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 Dsys_process.c656 td2 = tdfind(pid, -1); in kern_ptrace()
H A Dkern_thread.c1660 tdfind(lwpid_t tid, pid_t pid) in tdfind() function
H A Dkern_resource.c318 td1 = tdfind(uap->lwpid, -1); in sys_rtprio_thread()
H A Dkern_time.c299 td2 = tdfind(tid, p->p_pid); in get_cputime()
H A Dkern_proc.c521 td1 = tdfind(pid, -1); in pget()
2741 td = tdfind(lwpidarray[i], p->p_pid); in sysctl_kern_proc_kstack()
H A Dkern_cpuset.c915 td = tdfind(id, -1); in cpuset_which()
H A Dkern_sig.c2130 td = tdfind(sigev->sigev_notify_thread_id, p->p_pid); in sigev_findtd()
H A Dkern_umtx.c1678 td1 = tdfind(owner, shared ? -1 : td->td_proc->p_pid); in umtxq_sleep_pi()
/f-stack/freebsd/sys/
H A Dproc.h1125 struct thread *tdfind(lwpid_t, pid_t);