GCS
0.2.3
|
Data Fields | |
pthread_mutex_t | target_mutex |
for critical section | |
pthread_mutex_t | control_mutex |
for mutex operations | |
volatile int | lock_waiter_count |
of threads waiting for lock | |
volatile int | cond_waiter_count |
of threads waiting for cond | |
volatile int | holder_count |
must be 0 or 1 | |
volatile pthread_t | thread |
volatile const char * | file |
volatile int | line |