|
GDB (xrefs)
|
Public Attributes | |
| HANDLE | read_event |
| HANDLE | except_event |
| HANDLE | have_started |
| HANDLE | have_stopped |
| HANDLE | start_select |
| HANDLE | stop_select |
| HANDLE | exit_select |
| HANDLE | thread |
| enum select_thread_state | thread_state |
Definition at line 394 of file ser-mingw.c.
| HANDLE ser_console_state::except_event |
Definition at line 401 of file ser-mingw.c.
Referenced by console_select_thread(), create_select_thread(), destroy_select_thread(), file_select_thread(), net_windows_select_thread(), net_windows_socket_check_pending(), net_windows_wait_handle(), pipe_select_thread(), and ser_console_wait_handle().
| HANDLE ser_console_state::exit_select |
Definition at line 420 of file ser-mingw.c.
Referenced by create_select_thread(), destroy_select_thread(), and select_thread_wait().
| HANDLE ser_console_state::have_started |
Definition at line 405 of file ser-mingw.c.
Referenced by create_select_thread(), destroy_select_thread(), select_thread_wait(), and start_select_thread().
| HANDLE ser_console_state::have_stopped |
Definition at line 410 of file ser-mingw.c.
Referenced by console_select_thread(), create_select_thread(), destroy_select_thread(), file_select_thread(), net_windows_select_thread(), pipe_select_thread(), and stop_select_thread().
| HANDLE ser_console_state::read_event |
Definition at line 398 of file ser-mingw.c.
Referenced by console_select_thread(), create_select_thread(), destroy_select_thread(), file_select_thread(), net_windows_socket_check_pending(), net_windows_wait_handle(), pipe_select_thread(), and ser_console_wait_handle().
| HANDLE ser_console_state::start_select |
Definition at line 414 of file ser-mingw.c.
Referenced by create_select_thread(), destroy_select_thread(), select_thread_wait(), and start_select_thread().
| HANDLE ser_console_state::stop_select |
Definition at line 417 of file ser-mingw.c.
Referenced by console_select_thread(), create_select_thread(), destroy_select_thread(), net_windows_select_thread(), net_windows_wait_handle(), pipe_select_thread(), ser_console_wait_handle(), and stop_select_thread().
| HANDLE ser_console_state::thread |
Definition at line 423 of file ser-mingw.c.
Referenced by create_select_thread(), and destroy_select_thread().
| enum select_thread_state ser_console_state::thread_state |
Definition at line 426 of file ser-mingw.c.
Referenced by create_select_thread(), start_select_thread(), and stop_select_thread().
1.8.14