SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_host_mutex.h File Reference

A "real" mutex for the underlying host system. More...

#include "sysc/kernel/sc_cmnhdr.h"
#include "sysc/communication/sc_mutex_if.h"
#include <pthread.h>
Include dependency graph for sc_host_mutex.h:

Go to the source code of this file.

Classes

class  sc_core::sc_host_mutex
 The sc_host_mutex class, wrapping an OS mutex on the simulation host. More...
 

Namespaces

 sc_core
 

Macros

#define SC_INCLUDE_WINDOWS_H
 
#define SC_PTHREAD_NULL_   NULL
 

Detailed Description

A "real" mutex for the underlying host system.

Original Author: Philipp A. Hartmann, OFFIS

CHANGE LOG AT THE END OF THE FILE

Definition in file sc_host_mutex.h.

Macro Definition Documentation

◆ SC_INCLUDE_WINDOWS_H

#define SC_INCLUDE_WINDOWS_H

Definition at line 37 of file sc_host_mutex.h.

◆ SC_PTHREAD_NULL_

#define SC_PTHREAD_NULL_   NULL

Definition at line 71 of file sc_host_mutex.h.