Home
last modified time | relevance | path

Searched refs:pterrno (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp96 int pterrno; in ResumeAllThreads() local
98 &pterrno)) { in ResumeAllThreads()
101 VReport(1, "Could not detach from process %d (errno %d).\n", pid_, pterrno); in ResumeAllThreads()
110 int pterrno; in SuspendAllThreads() local
112 &pterrno)) { in SuspendAllThreads()
113 Printf("Could not attach to process %d (errno %d).\n", pid_, pterrno); in SuspendAllThreads()
342 int pterrno; in GetRegistersAndSP() local
344 internal_iserror(internal_ptrace(PT_GETREGS, ppid, &regs, tid), &pterrno); in GetRegistersAndSP()
348 ppid, tid, pterrno); in GetRegistersAndSP()
349 return pterrno == ESRCH ? REGISTERS_UNAVAILABLE_FATAL in GetRegistersAndSP()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp144 int pterrno; in SuspendThread() local
146 &pterrno)) { in SuspendThread()
150 pterrno); in SuspendThread()
191 int pterrno; in ResumeAllThreads() local
193 &pterrno)) { in ResumeAllThreads()
199 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno); in ResumeAllThreads()
566 int pterrno; in GetRegistersAndSP() local
582 &pterrno); in GetRegistersAndSP()
585 (void *)regset, tid, pterrno); in GetRegistersAndSP()
609 internal_ptrace(PTRACE_GETREGS, tid, nullptr, buffer->data()), &pterrno); in GetRegistersAndSP()
[all …]