#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_ |
Definition at line 329 of file win32/fosi.h.
anonymous enum |
Enumerator | |
---|---|
SIGNAL | |
BROADCAST | |
MAX_EVENTS |
Definition at line 331 of file win32/fosi.h.
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.