StuBS
GuardedBell Class Reference

Guarded interface to Bell objects used by user applications. More...

#include <guarded_bell.h>

Inheritance diagram for GuardedBell:
Collaboration diagram for GuardedBell:

Static Public Member Functions

static void sleep (unsigned int ms)
 Creates a temporary bell object and sleep for the given timespan. More...
 
- Static Public Member Functions inherited from Bell
static void sleep (unsigned int ms)
 Creates a temporary bell object and sleep for the given timespan. More...
 

Additional Inherited Members

- Public Member Functions inherited from Bell
 Bell ()
 Constructor. More...
 
void ring ()
 Ring the bell. More...
 
- Public Member Functions inherited from Waitingroom
 Waitingroom ()
 Constructor. More...
 
virtual ~Waitingroom ()
 Destructor. More...
 
virtual void remove (Thread *customer)
 Remove a given thread prematurely from the Waitingroom. More...
 

Detailed Description

Guarded interface to Bell objects used by user applications.

Implements the system call interface for class Bell. All methods provided by this class are wrappers for the respective method from the base class, which provide additional synchronization by using the class Guarded.

Member Function Documentation

◆ sleep()

static void GuardedBell::sleep ( unsigned int  ms)
inlinestatic

Creates a temporary bell object and sleep for the given timespan.

Parameters
mstime in milliseconds
Todo:
Implement Method
Note
This method is equal to the correspondent method in base class Bell, with the only difference that the call will be protected by a Guarded object.
Todo:
Implement method

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