Ardour
9.0-pre0-582-g084a23a80d
|
Enumerations | |
enum | AVRT_PRIORITY { AVRT_PRIORITY_VERYLOW = -2 , AVRT_PRIORITY_LOW , AVRT_PRIORITY_NORMAL , AVRT_PRIORITY_HIGH , AVRT_PRIORITY_CRITICAL } |
enum | error_codes { ERROR_INVALID_TASK_NAME = 1550 , ERROR_INVALID_TASK_INDEX = 1551 } |
Functions | |
bool | initialize () |
bool | deinitialize () |
bool | set_thread_characteristics (const std::string &task_name, HANDLE *task_handle) |
bool | revert_thread_characteristics (HANDLE task_handle) |
bool | set_thread_priority (HANDLE, AVRT_PRIORITY) |
Enumerator | |
---|---|
AVRT_PRIORITY_VERYLOW | |
AVRT_PRIORITY_LOW | |
AVRT_PRIORITY_NORMAL | |
AVRT_PRIORITY_HIGH | |
AVRT_PRIORITY_CRITICAL |
Definition at line 33 of file windows_mmcss.h.
Enumerator | |
---|---|
ERROR_INVALID_TASK_NAME | |
ERROR_INVALID_TASK_INDEX |
Definition at line 42 of file windows_mmcss.h.
bool PBD::MMCSS::deinitialize | ( | ) |
bool PBD::MMCSS::initialize | ( | ) |
bool PBD::MMCSS::revert_thread_characteristics | ( | HANDLE | task_handle | ) |
bool PBD::MMCSS::set_thread_characteristics | ( | const std::string & | task_name, |
HANDLE * | task_handle | ||
) |
bool PBD::MMCSS::set_thread_priority | ( | HANDLE | , |
AVRT_PRIORITY | |||
) |