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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 365 process_was_dumpable_ = internal_prctl(PR_GET_DUMPABLE, 0, 0, 0, 0);
366 if (!process_was_dumpable_)
372 if (!process_was_dumpable_)
377 int process_was_dumpable_; member in class:__sanitizer::StopTheWorldScope
sanitizer_stoptheworld_linux_libcdep.cc 365 process_was_dumpable_ = internal_prctl(PR_GET_DUMPABLE, 0, 0, 0, 0);
366 if (!process_was_dumpable_)
372 if (!process_was_dumpable_)
377 int process_was_dumpable_; member in class:__sanitizer::StopTheWorldScope

Completed in 48 milliseconds