Searched refs:ProcessFuncWrapper (Results 1 - 8 of 8) sorted by relevance

/gem5/src/systemc/core/
H A Dprocess_types.hh42 Method(const char *name, ProcessFuncWrapper *func, bool internal=false) :
58 Thread(const char *name, ProcessFuncWrapper *func, bool internal=false) :
112 CThread(const char *name, ProcessFuncWrapper *func, bool internal=false) :
H A Dprocess.hh147 Process(const char *name, ProcessFuncWrapper *func, bool internal=false);
165 ProcessFuncWrapper *func;
H A Dsc_spawn.cc47 spawnWork(ProcessFuncWrapper *func, const char *name,
H A Dprocess.cc380 Process::Process(const char *name, ProcessFuncWrapper *func, bool internal) :
H A Dsc_module.cc56 newMethodProcess(const char *name, ProcessFuncWrapper *func)
71 newThreadProcess(const char *name, ProcessFuncWrapper *func)
86 newCThreadProcess(const char *name, ProcessFuncWrapper *func)
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh45 struct ProcessFuncWrapper struct in namespace:sc_gem5
48 virtual ~ProcessFuncWrapper() {}
52 struct ProcessMemberFuncWrapper : public ProcessFuncWrapper
H A Dsc_spawn.hh52 struct ProcessObjFuncWrapper : public ProcessFuncWrapper
62 struct ProcessObjRetFuncWrapper : public ProcessFuncWrapper
72 Process *spawnWork(ProcessFuncWrapper *func, const char *name,
99 ::sc_gem5::ProcessFuncWrapper *, const char *,
H A Dsc_module.hh54 struct ProcessFuncWrapper;
56 Process *newMethodProcess(const char *name, ProcessFuncWrapper *func);
57 Process *newThreadProcess(const char *name, ProcessFuncWrapper *func);
58 Process *newCThreadProcess(const char *name, ProcessFuncWrapper *func);

Completed in 14 milliseconds