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 392 of file ser-mingw.c.
HANDLE ser_console_state::except_event |
Definition at line 399 of file ser-mingw.c.
Referenced by console_select_thread(), create_select_thread(), destroy_select_thread(), file_select_thread(), make_pipe_state(), net_windows_select_thread(), net_windows_socket_check_pending(), net_windows_wait_handle(), pipe_select_thread(), pipe_wait_handle(), and ser_console_wait_handle().
HANDLE ser_console_state::exit_select |
Definition at line 418 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 403 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 408 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 396 of file ser-mingw.c.
Referenced by console_select_thread(), create_select_thread(), destroy_select_thread(), file_select_thread(), free_pipe_state(), make_pipe_state(), net_windows_socket_check_pending(), net_windows_wait_handle(), pipe_done_wait_handle(), pipe_select_thread(), pipe_wait_handle(), and ser_console_wait_handle().
HANDLE ser_console_state::start_select |
Definition at line 412 of file ser-mingw.c.
Referenced by create_select_thread(), destroy_select_thread(), make_pipe_state(), select_thread_wait(), and start_select_thread().
HANDLE ser_console_state::stop_select |
Definition at line 415 of file ser-mingw.c.
Referenced by console_select_thread(), create_select_thread(), destroy_select_thread(), make_pipe_state(), net_windows_select_thread(), net_windows_wait_handle(), pipe_select_thread(), pipe_wait_handle(), ser_console_wait_handle(), and stop_select_thread().
HANDLE ser_console_state::thread |
Definition at line 421 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 424 of file ser-mingw.c.
Referenced by create_select_thread(), start_select_thread(), and stop_select_thread().