ROOT  6.06/09
Reference Guide
Public Attributes | List of all members
pthread_cond_t Struct Reference

Definition at line 32 of file TWin32Condition.h.

Public Attributes

int waiters_count_
 
CRITICAL_SECTION waiters_count_lock_
 
HANDLE sema_
 
HANDLE waiters_done_
 
size_t was_broadcast_
 

#include <TWin32Condition.h>

+ Collaboration diagram for pthread_cond_t:

Member Data Documentation

HANDLE pthread_cond_t::sema_
int pthread_cond_t::waiters_count_
CRITICAL_SECTION pthread_cond_t::waiters_count_lock_
HANDLE pthread_cond_t::waiters_done_
size_t pthread_cond_t::was_broadcast_

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