Home
last modified time | relevance | path

Searched refs:ui_loop_hook (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dser-tcp.c47 extern int (*ui_loop_hook) (int);
136 if (ui_loop_hook) in net_open()
138 if (ui_loop_hook (0)) in net_open()
H A Dser-unix.c102 extern int (*ui_loop_hook) (int);
586 if (ui_loop_hook) in do_hardwire_readchar()
587 detach = ui_loop_hook (0); in do_hardwire_readchar()
965 if (ui_loop_hook) in do_unix_readchar()
967 if (ui_loop_hook (0)) in do_unix_readchar()
H A Dremote-sim.c51 extern int (*ui_loop_hook) (int signo);
639 if (ui_loop_hook != NULL) in gdb_os_poll_quit()
640 ui_loop_hook (0); in gdb_os_poll_quit()
H A Dwince.c64 extern int (*ui_loop_hook) (int signo);
1513 if (ui_loop_hook != NULL) in child_wait()
1514 detach = ui_loop_hook (0); in child_wait()
H A Dwin32-nat.c60 extern int (*ui_loop_hook) (int signo);
1423 if (ui_loop_hook != NULL) in child_wait()
1424 detach = ui_loop_hook (0); in child_wait()
H A Dtop.c202 int (*ui_loop_hook) (int); variable