qos_class_self method
! @function qos_class_self
@abstract Returns the requested QOS class of the current thread.
@return One of the QOS class values in qos_class_t.
Implementation
int qos_class_self() {
return _qos_class_self();
}
! @function qos_class_self
@abstract Returns the requested QOS class of the current thread.
@return One of the QOS class values in qos_class_t.
int qos_class_self() {
return _qos_class_self();
}