Logo
Public Attributes | List of all members
semaphore Struct Reference

#include <shared_memory-modify.hh>

Collaboration diagram for semaphore:
Collaboration graph

Public Attributes

pthread_mutex_t lock
 
pthread_cond_t nonzero
 
unsigned head
 
unsigned tail
 
unsigned queue_size
 
unsigned count
 

Member Data Documentation

◆ count

unsigned semaphore::count

◆ head

unsigned semaphore::head

◆ lock

pthread_mutex_t semaphore::lock

◆ nonzero

pthread_cond_t semaphore::nonzero

◆ queue_size

unsigned semaphore::queue_size

◆ tail

unsigned semaphore::tail

The documentation for this struct was generated from the following files: