ROOT  6.06/08
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

§ sema_

HANDLE pthread_cond_t::sema_

§ waiters_count_

int pthread_cond_t::waiters_count_

§ waiters_count_lock_

CRITICAL_SECTION pthread_cond_t::waiters_count_lock_

§ waiters_done_

HANDLE pthread_cond_t::waiters_done_

§ was_broadcast_

size_t pthread_cond_t::was_broadcast_

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