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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsol-thread.c108 static int sol_thread_alive (ptid_t ptid);
378 if (!sol_thread_alive (lwp))
906 sol_thread_alive - test thread for "aliveness"
910 static bool sol_thread_alive (ptid_t ptid);
919 sol_thread_alive (ptid_t ptid)
1605 sol_thread_ops.to_thread_alive = sol_thread_alive;
1644 sol_core_ops.to_thread_alive = sol_thread_alive;
915 sol_thread_alive (ptid_t ptid) function

Completed in 62 milliseconds