Home | History | Annotate | Download | only in runtime

Lines Matching full:gettid

307       DumpKernelStack(os, GetTid(), "  kernel: ", false);
308 DumpNativeStack(os, GetTid(), " native: ", nullptr);
382 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT);