syncList_s Struct Reference

#include <sync_list.h>


Data Fields

RWLOCK_T * lock
MUTEX_T * giant_lock
list_p list
int size


Detailed Description

Definition at line 23 of file sync_list.h.


Field Documentation

RWLOCK_T* syncList_s::lock

Definition at line 24 of file sync_list.h.

Referenced by syncListAddNode(), syncListDelete(), syncListFind(), syncListInit(), and syncListRemove().

MUTEX_T* syncList_s::giant_lock

Definition at line 25 of file sync_list.h.

Referenced by MC_SyncDelete(), and MC_SyncInit().

list_p syncList_s::list

Definition at line 27 of file sync_list.h.

Referenced by syncListAddNode(), syncListDelete(), syncListFind(), and syncListRemove().

int syncList_s::size

Definition at line 28 of file sync_list.h.


The documentation for this struct was generated from the following file:
Generated on Fri May 16 14:49:58 2008 for Mobile-C by  doxygen 1.5.4