HyLatch Struct Reference

#include <thread_private.h>

List of all members.


Detailed Description

Count down latch.


Public Attributes

IDATA count
 Latch count.
hycond_t condition
 Condition event used to signal threads which are waiting on the latch.
hymutex_t mutex
 Mutex associated with the latch data.


Member Data Documentation

IDATA HyLatch.count

Latch count.

hycond_t HyLatch.condition

Condition event used to signal threads which are waiting on the latch.

hymutex_t HyLatch.mutex

Mutex associated with the latch data.


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

Genereated on Tue Mar 11 19:25:45 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.