Home
last modified time | relevance | path

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

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