Searched refs:fbsd_thread_alive (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c255 fbsd_thread_alive (int tid) function
749 if (fbsd_thread_alive (saved_tid))
1240 fbsd_thread_alive,
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c153 static int fbsd_thread_alive (ptid_t ptid);
810 if (!fbsd_thread_alive (inferior_ptid))
1107 fbsd_thread_alive (ptid_t ptid) function
1488 fbsd_core_ops.to_thread_alive = fbsd_thread_alive;
1516 fbsd_thread_ops.to_thread_alive = fbsd_thread_alive;

Completed in 62 milliseconds