Home
last modified time | relevance | path

Searched refs:serial_wait_handle (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dserial.h322 extern void serial_wait_handle (struct serial *, HANDLE *, HANDLE *);
Dmingw-hdep.c98 serial_wait_handle (scb, &read, &except); in gdb_select()
Dserial.c564 serial_wait_handle (struct serial *scb, HANDLE *read, HANDLE *except) in serial_wait_handle() function
DChangeLog-20063668 (serial_wait_handle): New function.
3669 * serial.h (serial_for_fd, serial_wait_handle): New prototypes.
3685 and serial_wait_handle. Fix timeout handling.