Public Types | Public Attributes | List of all members
rt_cond_t Struct Reference

#include <fosi.h>

Public Types

enum  { SIGNAL = 0, BROADCAST = 1, MAX_EVENTS = 2 }
 

Public Attributes

HANDLE events_ [MAX_EVENTS]
 
unsigned int waiters_count_
 
CRITICAL_SECTION waiters_count_lock_
 

Detailed Description

Definition at line 329 of file win32/fosi.h.

Member Enumeration Documentation

anonymous enum
Enumerator
SIGNAL 
BROADCAST 
MAX_EVENTS 

Definition at line 331 of file win32/fosi.h.

Member Data Documentation

HANDLE rt_cond_t::events_[MAX_EVENTS]

Definition at line 333 of file win32/fosi.h.

unsigned int rt_cond_t::waiters_count_

Definition at line 336 of file win32/fosi.h.

CRITICAL_SECTION rt_cond_t::waiters_count_lock_

Definition at line 337 of file win32/fosi.h.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:40