qos_class_self method

int 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.

Implementation

int qos_class_self() {
  return _qos_class_self();
}