CLASS: CSWMRG
AUTHOR: Smallwaves
DATE: Dece. 27, 2001
DESCRIPTION: The Single Writer/Multiple Reader Guard ((SWMRG)) .

METHOD: CONSTRUCTOR (NONE)
DESCRIPTION: Initially no readers want access, no writers want access, and no threads are accessing the resource.
RETURN: Nothing.

METHOD: destructor (NONE)
DESCRIPTION: Do Some Clean work.
RETURN: Nothing.

METHOD: Done (access)
DESCRIPTION: Read or Write has done.
RETURN: Nothing.

METHOD: WaitToRead ()
DESCRIPTION: Wait to read.
RETURN: Nothing.

METHOD: WaitToWrite ()
DESCRIPTION: Wait to write.
RETURN: Nothing.



MASM Object To HTML Creator V1.0
Copyright ©2001 NaN Software.
NAN32ASM.CJB.NET