![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
#include <kinetic_countingsemaphore_types.h>
Data Fields | |
pthread_mutex_t | mutex |
pthread_cond_t | available |
uint32_t | count |
uint32_t | max |
uint32_t | num_waiting |
Definition at line 26 of file kinetic_countingsemaphore_types.h.
pthread_mutex_t KineticCountingSemaphore::mutex |
Definition at line 27 of file kinetic_countingsemaphore_types.h.
pthread_cond_t KineticCountingSemaphore::available |
Definition at line 28 of file kinetic_countingsemaphore_types.h.
uint32_t KineticCountingSemaphore::count |
Definition at line 29 of file kinetic_countingsemaphore_types.h.
uint32_t KineticCountingSemaphore::max |
Definition at line 30 of file kinetic_countingsemaphore_types.h.
uint32_t KineticCountingSemaphore::num_waiting |
Definition at line 31 of file kinetic_countingsemaphore_types.h.