Kannel: Open Source WAP and SMS gateway  svn-r5335
List Struct Reference

Data Fields

void ** tab
 
long tab_size
 
long start
 
long len
 
Mutexsingle_operation_lock
 
Mutexpermanent_lock
 
pthread_cond_t nonempty
 
long num_producers
 
long num_consumers
 

Detailed Description

Definition at line 102 of file list.c.

Field Documentation

◆ len

◆ nonempty

◆ num_consumers

long List::num_consumers

◆ num_producers

◆ permanent_lock

Mutex* List::permanent_lock

Definition at line 109 of file list.c.

Referenced by gwlist_create_real(), gwlist_destroy(), gwlist_lock(), and gwlist_unlock().

◆ single_operation_lock

Mutex* List::single_operation_lock

◆ start

long List::start

Definition at line 106 of file list.c.

Referenced by delete_items_from_list(), gwlist_create_real(), and make_bigger().

◆ tab

◆ tab_size

long List::tab_size

Definition at line 105 of file list.c.

Referenced by delete_items_from_list(), gwlist_create_real(), and make_bigger().


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.