Home
last modified time | relevance | path

Searched refs:interruptible_select (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dser-base.c240 numfds = interruptible_select (nfds, &readfds, 0, &exceptfds, &tv); in ser_base_wait_for()
242 numfds = interruptible_select (nfds, &readfds, 0, &exceptfds, 0); in ser_base_wait_for()
Dser-tcp.c146 n = interruptible_select (0, NULL, NULL, NULL, &t); in wait_for_connect()
Dui-file.c298 if (interruptible_select (m_fd + 1, &readfds, NULL, NULL, NULL) == -1) in read()
Devent-top.c1170 interruptible_select (int n, in interruptible_select() function
Dtop.c790 if (interruptible_select (fd + 1, &readfds, NULL, NULL, NULL) == -1) in gdb_readline_no_editing()
DChangeLog-20168132 interruptible_select.
8136 gdb_select path, but call QUIT and interruptible_select.
8299 interruptible_select.
8305 (quit_serial_event_fd, interruptible_select): New functions.
8308 * gdb_select.h (interruptible_select): New declaration.
8310 interruptible_select instead of gdb_select.
Dinfrun.c5311 int numfds = interruptible_select (nfds, &readfds, 0, nullptr, 0); in wait_one()
DChangeLog-20216893 * ser-tcp.c (wait_for_connect): Use interruptible_select instead
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git141192 …#2 0x000055fc7ddef905 in interruptible_select (n=15, readfds=0x7ffdb77c1fb0, writefds=0x0, except…