HomeSort by relevance Sort by last modified time
    Searched refs:report_fd_pid (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 292 if (report_fd_pid == pid) return;
308 report_fd_pid = pid;
sanitizer_common.cc 32 // By default, dump to stderr. If |log_to_file| is true and |report_fd_pid|
42 // child thread will be different from |report_fd_pid|.
43 uptr report_fd_pid = 0; member in namespace:__sanitizer
sanitizer_common.h 153 extern uptr report_fd_pid;

Completed in 327 milliseconds