2#include <NDEVR/Buffer.h>
3#include <NDEVR/Thread.h>
23 Time last_checkin_time;
The equivelent of std::vector but with a bit more control.
Used to check for and resolve potential deadlocks or resource starvation across threads.
Buffer< Thread * > m_registered_threads
The list of threads being monitored for deadlocks.
Thread()
Constructs a Thread with a default name.
Represents a timestamp with utilities for manipulation and conversion.
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...