#include <sync_list.h>
| Data Fields | |
| RWLOCK_T * | lock | 
| MUTEX_T * | giant_lock | 
| list_p | list | 
| int | size | 
Definition at line 26 of file sync_list.h.
| RWLOCK_T* syncList_s::lock | 
Definition at line 27 of file sync_list.h.
Referenced by syncListAddNode(), syncListDelete(), syncListFind(), syncListInit(), and syncListRemove().
| MUTEX_T* syncList_s::giant_lock | 
Definition at line 30 of file sync_list.h.
Referenced by syncListAddNode(), syncListDelete(), syncListFind(), and syncListRemove().
Definition at line 31 of file sync_list.h.
 1.5.5
 1.5.5