#include <xdasd_thread.h>
Data Fields | |
| pthread_mutex_t | lock | 
| pthread_cond_t | cond | 
| int | count | 
Definition at line 111 of file xdasd_thread.h.
| pthread_mutex_t sem_t::lock | 
Definition at line 113 of file xdasd_thread.h.
Referenced by sem_create(), sem_destroy(), sem_signal(), and sem_wait().
| pthread_cond_t sem_t::cond | 
Definition at line 114 of file xdasd_thread.h.
Referenced by sem_create(), sem_destroy(), sem_signal(), and sem_wait().
| int sem_t::count | 
Definition at line 115 of file xdasd_thread.h.
Referenced by sem_create(), sem_signal(), and sem_wait().
 1.5.6