Lines Matching defs:pterrno
140 int pterrno;
142 &pterrno)) {
146 pterrno);
187 int pterrno;
189 &pterrno)) {
195 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno);
573 int pterrno;
589 &pterrno);
592 (void *)regset, tid, pterrno);
616 internal_ptrace(PTRACE_GETREGS, tid, nullptr, buffer->data()), &pterrno);
619 pterrno);
625 return pterrno == ESRCH ? REGISTERS_UNAVAILABLE_FATAL