Home
last modified time | relevance | path

Searched defs:QOS_FLAG_RT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dqos_interface.h135 #define QOS_FLAG_RT 0x08 macro
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dqos_interface.h125 constexpr unsigned char QOS_FLAG_RT = 0x08; variable