2#include <NDEVR/Buffer.h>
3#include <NDEVR/Thread.h>
16 Time last_checkin_time;
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
Used to check for and resolve potential deadlocks or resource starvation across threads.
Definition LockAnalyzerThread.h:11
Buffer< Thread * > m_registered_threads
Definition LockAnalyzerThread.h:19
A thread is a single sequence stream within the software.
Definition Thread.h:67
Represents a timestamp with utilities for manipulation and conversion.
Definition Time.h:54
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96