Home
last modified time | relevance | path

Searched refs:in_thread_list (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dbsd-uthread.c388 && ptid_get_tid (ptid) != 0 && !in_thread_list (ptid)) in bsd_uthread_wait()
392 if (!in_thread_list (ptid) || is_exited (ptid)) in bsd_uthread_wait()
441 if (!in_thread_list (ptid) || is_exited (ptid)) in bsd_uthread_find_new_threads()
H A Dgdbthread.h276 extern int in_thread_list (ptid_t ptid);
H A Dthread.c425 in_thread_list (ptid_t ptid) in in_thread_list() function
H A Dinfcmd.c914 if (in_thread_list (inferior_ptid)) in step_1()
H A Dremote.c1522 if (in_thread_list (currthread) && is_exited (currthread)) in remote_notice_new_inferior()
1530 if (!in_thread_list (currthread)) in remote_notice_new_inferior()
1543 if (in_thread_list (pid_to_ptid (pid))) in remote_notice_new_inferior()
2567 if (!in_thread_list (ptid)) in remote_newthread_step()
H A Dvarobj.c3442 if (in_thread_list (ptid)) in c_value_of_root()
H A Dinfrun.c3869 && in_thread_list (singlestep_ptid)) in handle_inferior_event()
H A Dbreakpoint.c8744 if (in_thread_list (inferior_ptid)) in set_momentary_breakpoint()
14494 if (in_thread_list (inferior_ptid)) in breakpoint_re_set_thread()