Programm console helper. More...
#include <console.h>
Public Member Functions | |
| MultiEntranceLock () | |
| void | lock (void *myself) |
| void | unlock (void *myself) |
| int | nesting_level () |
Public Attributes | |
| Semaphore * | sem |
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.
| MultiEntranceLock::MultiEntranceLock | ( | ) | [inline] |
| void MultiEntranceLock::lock | ( | void * | myself | ) | [inline] |
| int MultiEntranceLock::nesting_level | ( | ) | [inline] |
| void MultiEntranceLock::unlock | ( | void * | myself | ) | [inline] |
1.7.1