ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | 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>

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: