Searched refs:internal_getpid (Results 1 - 17 of 17) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_mapping_libcdep.cc43 int new_pid = internal_getpid();
102 internal_getpid());
119 coverage_dir, internal_getpid());
H A Dsanitizer_libc.h74 uptr internal_getpid();
H A Dsanitizer_stoptheworld_linux_libcdep.cc223 if (inst && stoptheworld_tracer_pid == internal_getpid()) {
359 stoptheworld_tracer_ppid = internal_getpid();
373 tracer_thread_argument.parent_pid = internal_getpid();
H A Dsanitizer_coverage_libcdep.cc185 coverage_dir, internal_getpid());
574 path->append("%s/%s.%zd.%s", coverage_dir, name, internal_getpid(),
578 path->append("%s/%zd.%s.packed", coverage_dir, internal_getpid(),
784 CovWritePacked(internal_getpid(), module_name, offsets.data(),
H A Dsanitizer_posix_libcdep.cc242 internal_snprintf(shmname, sizeof(shmname), "%zu [%s]", internal_getpid(),
H A Dsanitizer_printf.cc261 int pid = internal_getpid();
H A Dsanitizer_common.cc46 uptr pid = internal_getpid();
H A Dsanitizer_mac.cc152 uptr internal_getpid() { function in namespace:__sanitizer
H A Dsanitizer_win.cc57 uptr internal_getpid() { function in namespace:__sanitizer
H A Dsanitizer_linux.cc526 uptr internal_getpid() { function in namespace:__sanitizer
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc160 (int)internal_getpid());
H A Dtsan_rtl.cc161 filename.append("%s.%d", flags()->profile_memory, (int)internal_getpid());
358 (int)internal_getpid());
363 ThreadStart(thr, tid, internal_getpid());
372 (int)internal_getpid());
447 " parent had %d threads\n", (int)internal_getpid(), (int)nthread);
H A Dtsan_interface_ann.cc195 hit_count, (int)internal_getpid());
205 add_count, unique_count, (int)internal_getpid());
H A Dtsan_platform_linux.cc156 tmpdir, (int)internal_getpid());
H A Dtsan_report.cc293 (int)internal_getpid());
H A Dtsan_interceptors.cc963 "die_after_fork=0, but you are on your own\n", internal_getpid());
2132 if (pid == (int)internal_getpid()) {
2136 if (pid == (int)internal_getpid()) {
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc537 main_thread->ThreadStart(internal_getpid(),

Completed in 223 milliseconds