HomeSort by: relevance | last modified time | path
    Searched defs:pterrno (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 144 int pterrno; local in function:__sanitizer::ThreadSuspender::SuspendThread
146 &pterrno)) {
150 pterrno);
191 int pterrno; local in function:__sanitizer::ThreadSuspender::ResumeAllThreads
193 &pterrno)) {
199 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno);
539 int pterrno; local in function:__sanitizer::SuspendedThreadsListLinux::GetRegistersAndSP
546 &pterrno);
549 &regs), &pterrno);
553 pterrno);
    [all...]

Completed in 12 milliseconds