#include <sync_list.h>
Data Fields | |
MUTEX_T * | lock |
COND_T * | cond |
SEMAPHORE_T * | sem |
int | id |
int | signalled |
Definition at line 16 of file sync_list.h.
COND_T* syncListNode_s::cond |
Definition at line 18 of file sync_list.h.
Referenced by MC_CondBroadcast(), MC_CondSignal(), MC_CondWait(), syncListNodeDestroy(), syncListNodeInit(), and syncListNodeNew().
Definition at line 20 of file sync_list.h.
Referenced by MC_SyncInit(), syncListAddNode(), syncListDelete(), and syncListRemove().
MUTEX_T* syncListNode_s::lock |
Definition at line 17 of file sync_list.h.
Referenced by MC_CondBroadcast(), MC_CondReset(), MC_CondSignal(), MC_CondWait(), MC_MutexLock(), MC_MutexUnlock(), MC_SyncDelete(), syncListNodeDestroy(), syncListNodeInit(), and syncListNodeNew().
SEMAPHORE_T* syncListNode_s::sem |
Definition at line 19 of file sync_list.h.
Referenced by MC_SemaphorePost(), MC_SemaphoreWait(), syncListNodeDestroy(), syncListNodeInit(), and syncListNodeNew().
Definition at line 21 of file sync_list.h.
Referenced by MC_CondBroadcast(), MC_CondReset(), MC_CondSignal(), MC_CondWait(), and syncListNodeNew().