Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dgdbthread.h94 extern ptid_t thread_id_to_pid (int);
Dthread.c235 thread_id_to_pid (int num) in thread_id_to_pid() function
Dgnu-nat.c2892 int tid = PIDGET (thread_id_to_pid (atoi (args))); in set_sig_thread_cmd()