|
Dev Essential
1.6.3
|
#include <system.h>
Public Member Functions | |
| HighResSchedulingSupport () | |
| CTOR - requests support from OS. | |
| ~HighResSchedulingSupport () | |
| DTOR - relinquishes support from the OS. | |
| bool | isSupported () const |
RAII class for high resolution scheduling support from the OS.
Requests high resolution scheduling support from the OS on instantiation, drops it on destruction.
| bool a_util::system::HighResSchedulingSupport::isSupported | ( | ) | const |
Check whether high resolution scheduling is supported by the OS
true if high resolution scheduling is supported, false otherwise.