Lines Matching refs:this
4 * you may not use this file except in compliance with the License.
41 ffrt_queue_attr_init(this);
46 ffrt_queue_attr_destroy(this);
53 * @brief Sets the QoS for this queue attribute.
61 ffrt_queue_attr_set_qos(this, qos_);
62 return *this;
68 return ffrt_queue_attr_get_qos(this);
74 ffrt_queue_attr_set_timeout(this, timeout_us);
75 return *this;
81 return ffrt_queue_attr_get_timeout(this);
87 ffrt_queue_attr_set_callback(this, create_function_wrapper(func, ffrt_function_kind_queue));
88 return *this;
94 return ffrt_queue_attr_get_callback(this);
100 ffrt_queue_attr_set_max_concurrency(this, max_concurrency);
101 return *this;
107 return ffrt_queue_attr_get_max_concurrency(this);
132 * @brief Submits a task with a specified attribute to this queue.
145 * @brief Submits a task with a specified attribute to this queue.
158 * @brief Submits a task with a specified attribute to this queue, and obtains a task handle.
173 * @brief Submits a task with a specified attribute to this queue, and obtains a task handle.