Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_mapping_libcdep.cc43 int new_pid = internal_getpid(); in NeedsUpdate()
97 internal_getpid()); in CovUpdateMapping()
114 coverage_dir, internal_getpid()); in CovUpdateMapping()
Dsanitizer_stoptheworld_linux_libcdep.cc227 if (inst && stoptheworld_tracer_pid == internal_getpid()) { in TracerThreadDieCallback()
363 stoptheworld_tracer_ppid = internal_getpid(); in ScopedSetTracerPID()
377 tracer_thread_argument.parent_pid = internal_getpid(); in StopTheWorld()
Dsanitizer_libc.h75 uptr internal_getpid();
Dsanitizer_flags.cc68 int pid = internal_getpid(); in SubstituteForFlagValue()
Dsanitizer_common.cc41 uptr pid = internal_getpid(); in ReopenIfNecessary()
468 report_file.fd_pid = internal_getpid(); in __sanitizer_set_report_fd()
Dsanitizer_coverage_libcdep.cc192 coverage_dir, internal_getpid()); in DirectOpen()
591 path->append("%s/%s.%zd.%s", coverage_dir, name, internal_getpid(), in CovOpenFile()
595 path->append("%s/%zd.%s.packed", coverage_dir, internal_getpid(), in CovOpenFile()
856 CovWritePacked(internal_getpid(), module_name, offsets.data(), in DumpOffsets()
Dsanitizer_printf.cc261 int pid = internal_getpid(); in SharedPrintfCode()
Dsanitizer_posix_libcdep.cc247 internal_snprintf(shmname, sizeof(shmname), "%zu [%s]", internal_getpid(), in GetNamedMappingFd()
Dsanitizer_mac.cc168 uptr internal_getpid() { in internal_getpid() function
Dsanitizer_win.cc59 uptr internal_getpid() { in internal_getpid() function
Dsanitizer_linux.cc584 uptr internal_getpid() { in internal_getpid() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc161 filename.append("%s.%d", flags()->profile_memory, (int)internal_getpid()); in BackgroundThread()
362 (int)internal_getpid()); in Initialize()
367 ThreadStart(thr, tid, internal_getpid()); in Initialize()
380 (int)internal_getpid()); in Initialize()
455 " parent had %d threads\n", (int)internal_getpid(), (int)nthread); in ForkChildAfter()
Dtsan_suppressions.cc162 (int)internal_getpid()); in PrintMatchedSuppressions()
Dtsan_interface_ann.cc195 hit_count, (int)internal_getpid()); in PrintMatchedBenignRaces()
205 add_count, unique_count, (int)internal_getpid()); in PrintMatchedBenignRaces()
Dtsan_platform_linux.cc158 tmpdir, (int)internal_getpid()); in MapRodata()
Dtsan_report.cc295 (int)internal_getpid()); in PrintReport()
Dtsan_interceptors.cc911 "die_after_fork=0, but you are on your own\n", internal_getpid()); in TSAN_INTERCEPTOR()
1983 if (pid == (int)internal_getpid()) { in TSAN_INTERCEPTOR()
1987 if (pid == (int)internal_getpid()) { in TSAN_INTERCEPTOR()
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp154 CHECK(internal_getpid() == SidelineId); in adjustTimer()
/external/compiler-rt/lib/asan/
Dasan_rtl.cc546 main_thread->ThreadStart(internal_getpid(), in AsanInitInternal()