HomeSort by relevance Sort by last modified time
    Searched full:pterrno (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 125 int pterrno; local
127 &pterrno)) {
130 VReport(1, "Could not attach to thread %d (errno %d).\n", tid, pterrno);
171 int pterrno; local
173 &pterrno)) {
179 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno);
499 int pterrno; local
506 &pterrno);
509 &regs), &pterrno);
513 pterrno);
    [all...]

Completed in 155 milliseconds