Searched refs:interruptible_select (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ser-base.c | 240 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()
|
| D | ser-tcp.c | 146 n = interruptible_select (0, NULL, NULL, NULL, &t); in wait_for_connect()
|
| D | ui-file.c | 298 if (interruptible_select (m_fd + 1, &readfds, NULL, NULL, NULL) == -1) in read()
|
| D | event-top.c | 1170 interruptible_select (int n, in interruptible_select() function
|
| D | top.c | 790 if (interruptible_select (fd + 1, &readfds, NULL, NULL, NULL) == -1) in gdb_readline_no_editing()
|
| D | ChangeLog-2016 | 8132 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.
|
| D | infrun.c | 5311 int numfds = interruptible_select (nfds, &readfds, 0, nullptr, 0); in wait_one()
|
| D | ChangeLog-2021 | 6893 * ser-tcp.c (wait_for_connect): Use interruptible_select instead
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 141192 …#2 0x000055fc7ddef905 in interruptible_select (n=15, readfds=0x7ffdb77c1fb0, writefds=0x0, except…
|