Searched refs:thread_alive (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dtarget.h76 int (*thread_alive) (int pid); member in struct:target_ops
155 (*the_target->thread_alive) (pid)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dthread.c61 static int thread_alive (struct thread_info *);
382 thread_alive (struct thread_info *tp) function
402 if (!thread_alive (tp))
557 if (thread_alive (tp))
631 else if (!thread_alive (tp))
692 if (!thread_alive (tp))
H A Dwince-stub.c416 thread_alive (int s) function
502 thread_alive (s);
H A Dwince.c737 thread_alive (HANDLE h) function
2036 return thread_alive (thread_rec (pid, FALSE)->h);

Completed in 152 milliseconds