Searched refs:internal_getpid (Results 1 - 16 of 16) 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.h71 uptr internal_getpid();
H A Dsanitizer_stoptheworld_linux_libcdep.cc236 if (inst != NULL && stoptheworld_tracer_pid == internal_getpid()) {
359 stoptheworld_tracer_ppid = internal_getpid();
373 tracer_thread_argument.parent_pid = internal_getpid();
H A Dsanitizer_coverage_libcdep.cc178 coverage_dir, internal_getpid());
565 path->append("%s/%s.%zd.%s", coverage_dir, name, internal_getpid(),
569 path->append("%s/%zd.%s.packed", coverage_dir, internal_getpid(),
773 CovWritePacked(internal_getpid(), module_name, offsets.data(),
H A Dsanitizer_common.cc46 uptr pid = internal_getpid();
H A Dsanitizer_mac.cc125 uptr internal_getpid() { function in namespace:__sanitizer
H A Dsanitizer_printf.cc255 int pid = internal_getpid();
H A Dsanitizer_win.cc55 uptr internal_getpid() { function in namespace:__sanitizer
H A Dsanitizer_linux.cc522 uptr internal_getpid() { function in namespace:__sanitizer
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc151 (int)internal_getpid());
H A Dtsan_rtl.cc155 filename.append("%s.%d", flags()->profile_memory, (int)internal_getpid());
347 (int)internal_getpid());
352 ThreadStart(thr, tid, internal_getpid());
358 (int)internal_getpid());
433 " parent had %d threads\n", (int)internal_getpid(), (int)nthread);
H A Dtsan_interface_ann.cc193 hit_count, (int)internal_getpid());
203 add_count, unique_count, (int)internal_getpid());
H A Dtsan_platform_linux.cc161 tmpdir, (int)internal_getpid());
H A Dtsan_report.cc276 (int)internal_getpid());
H A Dtsan_interceptors.cc960 "die_after_fork=0, but you are on your own\n", internal_getpid());
2160 if (pid == (int)internal_getpid()) {
2164 if (pid == (int)internal_getpid()) {
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc488 main_thread->ThreadStart(internal_getpid(),

Completed in 781 milliseconds