CS350 COS
COS
Loading...
Searching...
No Matches
WaitChannel Struct Reference

#include <waitchannel.h>

Collaboration diagram for WaitChannel:
[legend]

Public Member Functions

 LIST_ENTRY (WaitChannel) chanList
 
 TAILQ_HEAD (WaitQueue, Thread) chanQueue
 

Data Fields

Spinlock lock
 
char name [WAITCHANNEL_NAMELEN]
 

Detailed Description

Definition at line 10 of file waitchannel.h.

Member Function Documentation

◆ LIST_ENTRY()

WaitChannel::LIST_ENTRY ( WaitChannel  )

◆ TAILQ_HEAD()

WaitChannel::TAILQ_HEAD ( WaitQueue  ,
Thread   
)

Field Documentation

◆ lock

Spinlock WaitChannel::lock

Definition at line 12 of file waitchannel.h.

◆ name

char WaitChannel::name[WAITCHANNEL_NAMELEN]

Definition at line 13 of file waitchannel.h.


The documentation for this struct was generated from the following file: