Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
_aud_thread Struct Reference

Public Attributes

char name [200]
 
volatile int quit
 
volatile int count
 
volatile int leaving
 
volatile TimeStamp interval
 
volatile int running
 
HANDLE handle
 
void * data
 
AUD_ThreadCB * code
 
DWORD id
 
CRITICAL_SECTION access
 
AudioServiceInfo update
 
ProfileCPU cpu
 

Detailed Description

Definition at line 75 of file AUD_Windows.cpp.

Member Data Documentation

◆ access

CRITICAL_SECTION _aud_thread::access

Definition at line 87 of file AUD_Windows.cpp.

◆ code

AUD_ThreadCB* _aud_thread::code

Definition at line 85 of file AUD_Windows.cpp.

◆ count

volatile int _aud_thread::count

Definition at line 79 of file AUD_Windows.cpp.

◆ cpu

ProfileCPU _aud_thread::cpu

Definition at line 89 of file AUD_Windows.cpp.

◆ data

void* _aud_thread::data

Definition at line 84 of file AUD_Windows.cpp.

◆ handle

HANDLE _aud_thread::handle

Definition at line 83 of file AUD_Windows.cpp.

◆ id

DWORD _aud_thread::id

Definition at line 86 of file AUD_Windows.cpp.

◆ interval

volatile TimeStamp _aud_thread::interval

Definition at line 81 of file AUD_Windows.cpp.

◆ leaving

volatile int _aud_thread::leaving

Definition at line 80 of file AUD_Windows.cpp.

◆ name

char _aud_thread::name[200]

Definition at line 77 of file AUD_Windows.cpp.

◆ quit

volatile int _aud_thread::quit

Definition at line 78 of file AUD_Windows.cpp.

◆ running

volatile int _aud_thread::running

Definition at line 82 of file AUD_Windows.cpp.

◆ update

AudioServiceInfo _aud_thread::update

Definition at line 88 of file AUD_Windows.cpp.


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