#include <thread_private.h>
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. | |
Semaphore 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.
Genereated on Tue Mar 11 19:25:45 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.