HomeSort by: relevance | last modified time | path
    Searched defs:infcall_timer_controller (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
infcall.c 703 struct infcall_timer_controller struct
710 infcall_timer_controller (thread_info *thr, bool direct_call_p) function in struct:infcall_timer_controller
718 int id = create_timer (ms, infcall_timer_controller::timed_out, this);
727 ~infcall_timer_controller ()
761 infcall_timer_controller *ctrl
762 = static_cast<infcall_timer_controller *> (context);
849 infcall_timer_controller infcall_timer (call_thread, direct_call_p);
  /src/external/gpl3/gdb.old/dist/gdb/
infcall.c 703 struct infcall_timer_controller struct
710 infcall_timer_controller (thread_info *thr, bool direct_call_p) function in struct:infcall_timer_controller
718 int id = create_timer (ms, infcall_timer_controller::timed_out, this);
727 ~infcall_timer_controller ()
761 infcall_timer_controller *ctrl
762 = static_cast<infcall_timer_controller *> (context);
849 infcall_timer_controller infcall_timer (call_thread, direct_call_p);

Completed in 27 milliseconds