Test that during actually takes the right time. More...
#include <systemc>
#include "during.h"
#include "utils/io-lock.h"
Go to the source code of this file.
Functions | |
SC_MODULE (A) | |
SC_MODULE (B) | |
int | sc_main (int argc, char *argv[]) |
Test that during actually takes the right time.
Test nested during tasks.
In pool implementation, pre-allocating 3 threads (Eat_one_thread, running for a long time doing extra_time) and then launching a 4th task (B) should deadlock.
Definition in file timing.cpp.