#include <shared_memory-modify.hh>

Public Attributes | |
| pthread_mutex_t | lock |
| pthread_cond_t | nonzero |
| unsigned | head |
| unsigned | tail |
| unsigned | queue_size |
| unsigned | count |
| unsigned semaphore::count |
| unsigned semaphore::head |
| pthread_mutex_t semaphore::lock |
| pthread_cond_t semaphore::nonzero |
| unsigned semaphore::queue_size |
| unsigned semaphore::tail |