Lines Matching defs:tid
57 pid_t tid = thread->threadInfo_.nsTid;
59 if (DfxGetKernelStack(tid, threadKernelStack) == 0 && FormatThreadKernelStack(threadKernelStack, threadStack)) {
60 DFXLOGI("Failed to get tid(%{public}d) user stack, try kernel", tid);
196 pid_t tid = thread->threadInfo_.nsTid;
197 DFXLOGD("%{public}s, unwind tid(%{public}d) start", __func__, tid);
204 auto pid = (vmPid != 0 && isVmProcAttach) ? vmPid : tid;
205 DFX_TRACE_START("OtherThreadUnwindRemote:%d", tid);
209 DFX_TRACE_START("OtherThreadGetFrames:%d", tid);
212 LockParser::ParseLockInfo(unwinder, pid, tid);
215 DFX_TRACE_START("OtherThreadGetFrames:%d", tid);
223 DFXLOGW("%{public}s, unwind tid(%{public}d) finish ret(%{public}d).", __func__, tid, ret);