gem5 v25.0.0.1
Loading...
Searching...
No Matches
eventq.cc File Reference
#include "sim/eventq.hh"
#include <cassert>
#include <iostream>
#include <mutex>
#include <string>
#include <unordered_map>
#include <vector>
#include "base/logging.hh"
#include "base/trace.hh"
#include "cpu/smt.hh"
#include "debug/Checkpoint.hh"

Go to the source code of this file.

Namespaces

namespace  gem5
 Copyright (c) 2024 Arm Limited All rights reserved.

Functions

EventQueuegem5::getEventQueue (uint32_t index)
 Function for returning eventq queue for the provided index.
void gem5::dumpMainQueue ()

Variables

Tick gem5::simQuantum = 0
 Simulation Quantum for multiple eventq simulation.
uint32_t gem5::numMainEventQueues = 0
 Current number of allocated main event queues.
std::vector< EventQueue * > gem5::mainEventQueue
 Array for main event queues.
__thread EventQueuegem5::_curEventQueue = NULL
 The current event queue for the running thread.
bool gem5::inParallelMode = false
 Current mode of execution: parallel / serial.

Generated on Sat Oct 18 2025 08:06:47 for gem5 by doxygen 1.14.0