GDB (xrefs)
Public Attributes | List of all members
ser_console_state Struct Reference

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
 

Detailed Description

Definition at line 398 of file ser-mingw.c.

Member Data Documentation

HANDLE ser_console_state::except_event
HANDLE ser_console_state::exit_select

Definition at line 424 of file ser-mingw.c.

Referenced by create_select_thread(), destroy_select_thread(), and select_thread_wait().

HANDLE ser_console_state::have_started
HANDLE ser_console_state::have_stopped
HANDLE ser_console_state::read_event
HANDLE ser_console_state::start_select
HANDLE ser_console_state::stop_select
HANDLE ser_console_state::thread

Definition at line 427 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 430 of file ser-mingw.c.

Referenced by create_select_thread(), start_select_thread(), and stop_select_thread().


The documentation for this struct was generated from the following file: