HySemaphore Struct Reference

#include <thread_private.h>

List of all members.


Detailed Description

Semaphore.


Public Attributes

int count
 Semaphore count.
int max_count
 Semaphore max count.
hycond_t condition
 Condition event used to signal threads which are waiting on the semaphore.
hymutex_t mutex
 Mutex associated with the semaphore data.


Member Data Documentation

int HySemaphore.count

Semaphore count.

int HySemaphore.max_count

Semaphore max count.

hycond_t HySemaphore.condition

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

hymutex_t HySemaphore.mutex

Mutex associated with the semaphore 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.