Home
last modified time | relevance | path

Searched refs:kdb_thr_from_pid (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/sys/
Dkdb.h87 struct thread *kdb_thr_from_pid(pid_t);
/freebsd-12-stable/sys/kern/
Dsubr_kdb.c594 kdb_thr_from_pid(pid_t pid) in kdb_thr_from_pid() function
/freebsd-12-stable/sys/ddb/
Ddb_command.c828 td = kdb_thr_from_pid((pid_t)tid); in db_stack_trace()