Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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()
HDsanitizer_stoptheworld_linux_libcdep.cpp143 int pterrno; in SuspendThread() local
145 &pterrno)) { in SuspendThread()
149 pterrno); in SuspendThread()
190 int pterrno; in ResumeAllThreads() local
192 &pterrno)) { in ResumeAllThreads()
198 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno); in ResumeAllThreads()
539 int pterrno; in GetRegistersAndSP() local
546 &pterrno); in GetRegistersAndSP()
549 &regs), &pterrno); in GetRegistersAndSP()
553 pterrno); in GetRegistersAndSP()
[all …]