Lines Matching defs:tid
98 uint64_t tid = GetThisThreadId();
99 delegateTasks_.SetWorkerThreadId(tid);
504 uint64_t tid = GetThisThreadId();
505 delegateTasks_.SetWorkerThreadId(tid);
506 FI_HILOGD("Main worker thread start, tid:%{public}" PRId64 "", tid);
529 FI_HILOGD("Main worker thread stop, tid:%{public}" PRId64 "", tid);
554 ", taskId:%{public}d", GetThisThreadId(), data.tid, data.taskId);
965 int32_t tid = static_cast<int32_t>(GetCallingTokenID());
967 int32_t ret = delegateTasks_.PostSyncTask([this, style, pid, tid] {
968 return this->dragMgr_.UpdateDragStyle(style, pid, tid);