Searched refs:bsd_uthread_ops_hack (Results 1 – 1 of 1) sorted by relevance
40 static struct target_ops *bsd_uthread_ops_hack; variable192 push_target (bsd_uthread_ops_hack); in bsd_uthread_activate()207 unpush_target (bsd_uthread_ops_hack); in bsd_uthread_deactivate()264 find_target_beneath (bsd_uthread_ops_hack)->to_mourn_inferior (); in bsd_uthread_mourn_inferior()277 find_target_beneath (bsd_uthread_ops_hack)->to_fetch_registers (regnum); in bsd_uthread_fetch_registers()314 find_target_beneath (bsd_uthread_ops_hack)->to_store_registers (regnum); in bsd_uthread_store_registers()338 ptid = find_target_beneath (bsd_uthread_ops_hack)->to_wait (ptid, status); in bsd_uthread_wait()376 find_target_beneath (bsd_uthread_ops_hack)->to_resume (ptid, step, sig); in bsd_uthread_resume()396 return find_target_beneath (bsd_uthread_ops_hack)->to_thread_alive (ptid); in bsd_uthread_thread_alive()503 bsd_uthread_ops_hack = t; in bsd_uthread_target()