Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

Counter Struct Reference


Data Fields

pthread_spinlock_t lock
unsigned long n

Field Documentation

pthread_spinlock_t Counter::lock
 

Definition at line 77 of file counter.c.

Referenced by counter_create(), and counter_destroy().

unsigned long Counter::n
 

Definition at line 81 of file counter.c.

Referenced by counter_create(), counter_decrease(), counter_increase(), counter_increase_with(), counter_set(), and counter_value().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.