Public Member Functions | Public Attributes

MultiEntranceLock Class Reference

Programm console helper. More...

#include <console.h>

List of all members.

Public Member Functions

 MultiEntranceLock ()
void lock (void *myself)
void unlock (void *myself)
int nesting_level ()

Public Attributes

Semaphoresem

Detailed Description

Programm console helper.

Copyright (C) 2008-2010, Bernhard Kauer <bk@vmmon.org> Economic rights: Technische Universitaet Dresden (Germany)

This file is part of Vancouver.

Vancouver.nova is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Vancouver.nova is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.


Constructor & Destructor Documentation

MultiEntranceLock::MultiEntranceLock (  )  [inline]

Member Function Documentation

void MultiEntranceLock::lock ( void *  myself  )  [inline]
int MultiEntranceLock::nesting_level (  )  [inline]
void MultiEntranceLock::unlock ( void *  myself  )  [inline]

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines