#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.
MUTEX_T* syncList_s::giant_lock |
Definition at line 28 of file sync_list.h.
Referenced by MC_SyncDelete(), MC_SyncInit(), syncListDestroy(), and syncListInit().
Definition at line 30 of file sync_list.h.
Referenced by syncListAddNode(), syncListDelete(), syncListDestroy(), syncListFind(), syncListInit(), and syncListRemove().
RWLOCK_T* syncList_s::lock |
Definition at line 27 of file sync_list.h.
Referenced by syncListAddNode(), syncListDelete(), syncListDestroy(), syncListFind(), syncListInit(), and syncListRemove().
Definition at line 31 of file sync_list.h.