Searched refs:tdfind (Results 1 – 15 of 15) sorted by relevance
| /freebsd/sys/tools/gdb/ |
| H A D | freebsd.py | 62 def tdfind(tid, pid=-1): function 64 td = tdfind.cached_threads.get(int(tid)) 73 tdfind.cached_threads[int(ntid)] = td 78 tdfind.cached_threads = dict()
|
| H A D | pcpu.py | 26 cpuid = tdfind(gdb.selected_thread().ptid[2])['td_oncpu']
|
| H A D | vnet.py | 34 vnet = tdfind(gdb.selected_thread().ptid[2])['td_vnet']
|
| /freebsd/sys/kern/ |
| H A D | kern_thr.c | 449 ttd = tdfind((lwpid_t)uap->id, p->p_pid); in sys_thr_kill() 503 ttd = tdfind((lwpid_t)uap->id, uap->pid); in sys_thr_kill2() 595 ttd = tdfind((lwpid_t)uap->id, p->p_pid); in sys_thr_wake() 626 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 | 1767 tdfind(lwpid_t tid, pid_t pid) in tdfind() function
|
| H A D | sys_process.c | 905 td2 = tdfind(pid, -1); in kern_ptrace()
|
| H A D | kern_resource.c | 316 td1 = tdfind(uap->lwpid, -1); in sys_rtprio_thread()
|
| H A D | kern_time.c | 301 td2 = tdfind(tid, p->p_pid); in get_cputime()
|
| H A D | kern_sig.c | 2047 td2 = tdfind((lwpid_t)pid, p->p_pid); in kern_sigqueue() 2241 td = tdfind(sigev->sigev_notify_thread_id, p->p_pid); in sigev_findtd()
|
| H A D | kern_proc.c | 526 td1 = tdfind(pid, -1); in pget() 2888 td = tdfind(lwpidarray[i], p->p_pid); in sysctl_kern_proc_kstack()
|
| H A D | kern_umtx.c | 2048 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 | 198 td = tdfind(pid, -1); in linux_get_pid_task_int() 247 td = tdfind(task->pid, -1); in linux_task_exiting()
|
| /freebsd/sys/sys/ |
| H A D | proc.h | 1218 struct thread *tdfind(lwpid_t, pid_t);
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_misc.c | 2387 return (tdfind(tid, pid)); in linux_tdfind()
|