Searched refs:tdfind (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/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 | sys_process.c | 656 td2 = tdfind(pid, -1); in kern_ptrace()
|
| H A D | kern_thread.c | 1660 tdfind(lwpid_t tid, pid_t pid) in tdfind() function
|
| H A D | kern_resource.c | 318 td1 = tdfind(uap->lwpid, -1); in sys_rtprio_thread()
|
| H A D | kern_time.c | 299 td2 = tdfind(tid, p->p_pid); in get_cputime()
|
| H A D | kern_proc.c | 521 td1 = tdfind(pid, -1); in pget() 2741 td = tdfind(lwpidarray[i], p->p_pid); in sysctl_kern_proc_kstack()
|
| H A D | kern_cpuset.c | 915 td = tdfind(id, -1); in cpuset_which()
|
| H A D | kern_sig.c | 2130 td = tdfind(sigev->sigev_notify_thread_id, p->p_pid); in sigev_findtd()
|
| H A D | kern_umtx.c | 1678 td1 = tdfind(owner, shared ? -1 : td->td_proc->p_pid); in umtxq_sleep_pi()
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 1125 struct thread *tdfind(lwpid_t, pid_t);
|