 |
TEMU
4.2
The Terma Emulator
|
Go to the documentation of this file.
8 #ifndef TEMU_SCHEDULER_H
9 #define TEMU_SCHEDULER_H
22 } temu_ExecutionState;
56 void temu_step(temu_TimeSource *cpu,
int steps);
temu_ExecutionState temu_getExecutionState()
temu_ExecutionState
Definition: Scheduler.h:18
@ teES_Stopped
Definition: Scheduler.h:19
unsigned temu_getScheduledProcessorCount()
void temu_runForTime(double secs)
void temu_step(temu_TimeSource *cpu, int steps)
void temu_runForSteps(int64_t steps)
@ teES_Running
Definition: Scheduler.h:20
@ teES_Stepping
Definition: Scheduler.h:21
struct temu_TimeSource temu_TimeSource
Definition: Scheduler.h:16
temu_TimeSource * temu_getScheduledProcessor(unsigned cpu)