ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Member Functions | Static Private Member Functions | List of all members
etiss::VSSync Class Reference

used for synchronization of the tree of virtual structs. More...

#include <VirtualStruct.h>

Public Member Functions

 VSSync ()
 
 ~VSSync ()
 

Static Private Member Functions

static std::recursive_mutex & mutex ()
 

Detailed Description

used for synchronization of the tree of virtual structs.

Attention
this cannot be used to synchronize field access

Definition at line 419 of file VirtualStruct.h.

Constructor & Destructor Documentation

◆ VSSync()

etiss::VSSync::VSSync ( )

Definition at line 520 of file VirtualStruct.cpp.

References mutex().

Here is the call graph for this function:

◆ ~VSSync()

etiss::VSSync::~VSSync ( )

Definition at line 524 of file VirtualStruct.cpp.

References mutex().

Here is the call graph for this function:

Member Function Documentation

◆ mutex()

std::recursive_mutex & etiss::VSSync::mutex ( )
staticprivate

Definition at line 528 of file VirtualStruct.cpp.

Referenced by VSSync(), and ~VSSync().

Here is the caller graph for this function:

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