GDB (xrefs)
Loading...
Searching...
No Matches
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 392 of file ser-mingw.c.

Member Data Documentation

◆ except_event

HANDLE ser_console_state::except_event

◆ exit_select

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().

◆ have_started

HANDLE ser_console_state::have_started

◆ have_stopped

HANDLE ser_console_state::have_stopped

◆ read_event

HANDLE ser_console_state::read_event

◆ start_select

HANDLE ser_console_state::start_select

◆ stop_select

HANDLE ser_console_state::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().

◆ thread_state

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().


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