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

Thread process declarations. More...

Include dependency graph for sc_thread_process.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sc_core::sc_thread_process
 

Namespaces

 sc_core
 

Macros

#define DEBUG_MSG(NAME, P, MSG)
 

Functions

void sc_core::sc_thread_cor_fn (void *arg)
 
SC_API void sc_core::sc_set_stack_size (sc_thread_handle, std::size_t)
 
sc_cor * sc_core::get_cor_pointer (sc_process_b *process_p)
 
SC_API void sc_core::wait (sc_simcontext *)
 
SC_API void sc_core::wait (const sc_event &, sc_simcontext *)
 
SC_API void sc_core::wait (const sc_event_or_list &, sc_simcontext *)
 
SC_API void sc_core::wait (const sc_event_and_list &, sc_simcontext *)
 
SC_API void sc_core::wait (const sc_time &, sc_simcontext *)
 
SC_API void sc_core::wait (const sc_time &, const sc_event &, sc_simcontext *)
 
SC_API void sc_core::wait (const sc_time &, const sc_event_or_list &, sc_simcontext *)
 
SC_API void sc_core::wait (const sc_time &, const sc_event_and_list &, sc_simcontext *)
 

Detailed Description

Thread process declarations.

Original Author: Andy Goodrich, Forte Design Systems, 4 August 2005

CHANGE LOG AT THE END OF THE FILE

Definition in file sc_thread_process.h.

Macro Definition Documentation

◆ DEBUG_MSG

#define DEBUG_MSG (   NAME,
  P,
  MSG 
)

Definition at line 64 of file sc_thread_process.h.