Dev Essential
Loading...
Searching...
No Matches
a_util::system::HighResSchedulingSupport Class Reference

#include <system.h>

Public Member Functions

 HighResSchedulingSupport ()
 CTOR - requests support from OS.
 
 ~HighResSchedulingSupport ()
 DTOR - relinquishes support from the OS.
 
bool isSupported () const
 

Detailed Description

RAII class for high resolution scheduling support from the OS.

Requests high resolution scheduling support from the OS on instantiation, drops it on destruction.

Member Function Documentation

◆ isSupported()

bool a_util::system::HighResSchedulingSupport::isSupported ( ) const

Check whether high resolution scheduling is supported by the OS

Returns
true if high resolution scheduling is supported, false otherwise.

The documentation for this class was generated from the following file: