29 static void initEventSchedulingThread();
30 static void eventSchedulingThreadFunction();
31 static std::atomic<bool> startEventScheduling;
32 static NewJob* processBeingCreated;
38 std::shared_ptr<Process> createTask()
override;
39 void scheduleNextEvent()
override;
40 void scheduleMissedDeadlineEvent();
std::string getName() override
get the name of the event
NewJob(double time, bool renew=true)
void process() override
handle the the event TODO: 'process' is maybe not the best word for that, given that our simulator ac...