Lines Matching refs:tid
234 int tid = gettid();
237 ret = QosApplyForOther(level, tid);
241 int QosApplyForOther(unsigned int level, int tid)
255 data.pid = tid;
259 CONCUR_LOGE("[Interface] task %{public}d apply qos failed, errno = %{public}d", tid, errno);
287 int QosLeaveForOther(int tid)
299 data.pid = tid;
303 CONCUR_LOGE("[Interface] task %{public}d leave qos failed, errno = %{public}d", tid, errno);
329 int tid = gettid();
330 return QosGetForOther(tid, level);
333 int QosGetForOther(int tid, int &level)
345 data.pid = tid;
350 CONCUR_LOGE("[Interface] task %{public}d get qos failed, errno = %{public}d", tid, errno);