Tor 0.4.9.0-alpha-dev
Data Fields
atomic_counter_t Struct Reference

#include <threads.h>

Data Fields

tor_mutex_t mutex
 
size_t val
 

Detailed Description

Atomic counter type; holds a size_t value.

Definition at line 108 of file threads.h.

Field Documentation

◆ mutex

tor_mutex_t mutex

Definition at line 109 of file threads.h.

◆ val

size_t val

Definition at line 110 of file threads.h.


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