Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc121 int pterrno; in SuspendThread() local
123 &pterrno)) { in SuspendThread()
126 VReport(1, "Could not attach to thread %d (errno %d).\n", tid, pterrno); in SuspendThread()
167 int pterrno; in ResumeAllThreads() local
169 &pterrno)) { in ResumeAllThreads()
175 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno); in ResumeAllThreads()
486 int pterrno; in GetRegistersAndSP() local
493 &pterrno); in GetRegistersAndSP()
496 &regs), &pterrno); in GetRegistersAndSP()
500 pterrno); in GetRegistersAndSP()