CS350 COS
COS
|
#include <waitchannel.h>
Public Member Functions | |
LIST_ENTRY (WaitChannel) chanList | |
TAILQ_HEAD (WaitQueue, Thread) chanQueue | |
Data Fields | |
Spinlock | lock |
char | name [WAITCHANNEL_NAMELEN] |
Definition at line 10 of file waitchannel.h.
WaitChannel::LIST_ENTRY | ( | WaitChannel | ) |
WaitChannel::TAILQ_HEAD | ( | WaitQueue | , |
Thread | |||
) |
Spinlock WaitChannel::lock |
Definition at line 12 of file waitchannel.h.
char WaitChannel::name[WAITCHANNEL_NAMELEN] |
Definition at line 13 of file waitchannel.h.