Home
last modified time | relevance | path

Searched defs:qos_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dtask_ext.h51 static inline int set_cgroup_attr(qos qos_, ffrt_os_sched_attr *attr) in set_cgroup_attr()
61 static inline int set_cpu_worker_max_num(qos qos_, uint32_t num) in set_cpu_worker_max_num()
73 static inline void notify_workers(qos qos_, int number) in notify_workers()
H A Dthread.h29 explicit thread(const char* name, qos qos_, Fn&& fn, Args&&... args) in thread()
42 explicit thread(qos qos_, Fn&& fn, Args&&... args) in thread()
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_attr_private.h33 int qos_; variable
H A Dqueue_handler.h114 int qos_ = qos_default; variable
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dtask.h87 inline task_attr& qos(qos qos_) in qos() function
744 static inline ffrt_error_t set_worker_stack_size(qos qos_, size_t stack_size) in set_worker_stack_size()
750 static inline int update_qos(qos qos_) in update_qos()
H A Dqueue.h59 inline queue_attr& qos(qos qos_) in qos() function
/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dtask_attr_private.h40 int qos_; variable
/ohos5.0/foundation/resourceschedule/ffrt/src/tm/
H A Dqueue_task.h116 int qos_ = qos_inherit; variable