Threaded events test suite. More...
#include "ns3/calendar-scheduler.h"
#include "ns3/config.h"
#include "ns3/heap-scheduler.h"
#include "ns3/list-scheduler.h"
#include "ns3/map-scheduler.h"
#include "ns3/simulator.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include <chrono>
#include <ctime>
#include <list>
#include <thread>
#include <utility>
Go to the source code of this file.
Classes | |
class | ThreadedSimulatorEventsTestCase |
Check threaded event handling with various thread number, schedulers, and simulator types. More... | |
class | ThreadedSimulatorTestSuite |
The threaded simulator Test Suite. More... | |
Variables | |
static ThreadedSimulatorTestSuite | g_threadedSimulatorTestSuite |
Static variable for test initialization. More... | |
constexpr int | MAXTHREADS = 64 |
Maximum number of threads. More... | |
Threaded events test suite.
Definition in file threaded-test-suite.cc.
|
static |
Static variable for test initialization.
Definition at line 322 of file threaded-test-suite.cc.
|
constexpr |
Maximum number of threads.
Definition at line 37 of file threaded-test-suite.cc.