#include <list.h>
Data Fields | |
listNode_p | listhead |
int | size |
rwlock_t * | rwlock |
Definition at line 49 of file list.h.
Definition at line 51 of file list.h.
Referenced by ListAdd(), ListAppend(), ListCopy(), ListDelete(), ListDeleteCB(), ListForEachCB(), ListGetHead(), ListInitialize(), ListPop(), ListSearch(), ListSearchCB(), and ListTerminate().
Definition at line 54 of file list.h.
Referenced by ListInitialize(), ListRDLock(), ListRDtoWR(), ListRDUnlock(), ListRDWait(), ListTerminate(), ListWait(), ListWRLock(), ListWRtoRD(), ListWRUnlock(), and ListWRWait().
int list_s::size |
Definition at line 52 of file list.h.
Referenced by agent_task_Copy(), ams_ManageAgentList(), ams_Print(), ListAdd(), ListAppend(), ListDelete(), ListDeleteCB(), ListGetSize(), ListInitialize(), ListPop(), ListSearch(), ListSearchCB(), ListTerminate(), and MC_RetrieveAgent().