Vault
4.1
|
#include "vthread.h"
#include <exception>
#include "vexception.h"
#include "vmanagementinterface.h"
#include "vlogger.h"
#include "vmutexlocker.h"
#include "vbento.h"
Go to the source code of this file.
Classes | |
class | VStandinThread |
VStandinThread is a special VThread object we simply declare as gStandinThread (but never execute) and reference if we need to return a reference to the current thread but it's not one of our threads. More... | |
Typedefs | |
typedef std::map < VThreadID_Type, VThread * > | VThreadIDToVThreadMap |
Variables | |
VThreadIDToVThreadMap | gVThreadIDToVThreadMap |
Definition in file vthread.cpp.