TwiceAsNice  2019-02-18
Public Attributes | List of all members
local_list_t Struct Reference
Collaboration diagram for local_list_t:
Collaboration graph

Public Attributes

const char * name
 
sem_t sem
 
local_buf_thead
 
local_buf_ttail
 
int waiting
 
struct {
   struct {
      unsigned long   sum
 
      long   qty
 
   }   present
 
   struct {
      unsigned long   sum
 
      long   qty
 
   }   waiting
 
stats
 
struct {
   struct {
      unsigned long   sum
 
      long   qty
 
   }   present
 
   struct {
      unsigned long   sum
 
      long   qty
 
   }   waiting
 
stats
 

Member Data Documentation

◆ head

local_buf_t * local_list_t::head

◆ name

const char * local_list_t::name

◆ present [1/2]

struct { ... } local_list_t::present

◆ present [2/2]

struct { ... } local_list_t::present

◆ qty

long local_list_t::qty

◆ sem

sem_t local_list_t::sem

◆ stats [1/2]

struct { ... } local_list_t::stats

◆ stats [2/2]

struct { ... } local_list_t::stats

◆ sum

unsigned long local_list_t::sum

◆ tail

local_buf_t * local_list_t::tail

◆ waiting [1/3]

int local_list_t::waiting

◆ waiting [2/3]

struct { ... } local_list_t::waiting

◆ waiting [3/3]

struct { ... } local_list_t::waiting

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