Lines Matching defs:qos
21 static bool QosConvert(ffrt_qos_t qos, ffrt::QoS& mappedQos)
27 mappedQos = ffrt::GetFuncQosMap()(qos);
29 mappedQos = ffrt::ExecuteCtx::Cur()->qos();
35 int ffrt_epoll_ctl(ffrt_qos_t qos, int op, int fd, uint32_t events, void* data, ffrt_poller_cb cb)
38 if (!QosConvert(qos, ffrtQos)) {
56 int ffrt_epoll_wait(ffrt_qos_t qos, struct epoll_event* events, int max_events, int timeout)
59 if (!QosConvert(qos, ffrtQos)) {
66 void ffrt_poller_wakeup(ffrt_qos_t qos)
69 if (!QosConvert(qos, pollerQos)) {
77 uint8_t ffrt_epoll_get_count(ffrt_qos_t qos)
80 if (!QosConvert(qos, pollerQos)) {
96 return ffrt::FFRTFacade::GetPPInstance().GetPoller(task->qos).GetTaskWaitTime(task);