Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
pthread_cond_t Struct Reference

Definition at line 30 of file TWin32Condition.h.

Public Attributes

HANDLE sema_
 
int waiters_count_
 
CRITICAL_SECTION waiters_count_lock_
 
HANDLE waiters_done_
 
size_t was_broadcast_
 

#include <TWin32Condition.h>

Member Data Documentation

◆ sema_

HANDLE pthread_cond_t::sema_

Definition at line 38 of file TWin32Condition.h.

◆ waiters_count_

int pthread_cond_t::waiters_count_

Definition at line 32 of file TWin32Condition.h.

◆ waiters_count_lock_

CRITICAL_SECTION pthread_cond_t::waiters_count_lock_

Definition at line 35 of file TWin32Condition.h.

◆ waiters_done_

HANDLE pthread_cond_t::waiters_done_

Definition at line 42 of file TWin32Condition.h.

◆ was_broadcast_

size_t pthread_cond_t::was_broadcast_

Definition at line 47 of file TWin32Condition.h.

Collaboration diagram for pthread_cond_t:
[legend]

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