Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetTid

420       DumpNativeStack(os, GetTid(), nullptr, "  native: ", nullptr);
432 DumpKernelStack(os, GetTid(), " kernel: ", false);
433 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr);
487 DumpNativeStack(os, GetTid());
548 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT);