Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetTid

229       DumpKernelStack(os, GetTid(), "  kernel: ", false);
230 DumpNativeStack(os, GetTid(), " native: ", nullptr);
305 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT);