Home
last modified time | relevance | path

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

123

/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cc151 if (inst && stoptheworld_tracer_pid == internal_getpid()) { in TracerThreadDieCallback()
262 stoptheworld_tracer_ppid = internal_getpid(); in ScopedSetTracerPID()
275 tracer_thread_argument.parent_pid = internal_getpid(); in StopTheWorld()
H A Dsanitizer_file.cc39 uptr pid = internal_getpid(); in ReopenIfNecessary()
210 report_file.fd_pid = internal_getpid(); in __sanitizer_set_report_fd()
H A Dsanitizer_stoptheworld_linux_libcdep.cc263 if (inst && stoptheworld_tracer_pid == internal_getpid()) { in TracerThreadDieCallback()
406 stoptheworld_tracer_ppid = internal_getpid(); in ScopedSetTracerPID()
420 tracer_thread_argument.parent_pid = internal_getpid(); in StopTheWorld()
H A Dsanitizer_libc.h71 uptr internal_getpid();
H A Dsanitizer_flags.cc53 int pid = internal_getpid(); in SubstituteForFlagValue()
H A Dsanitizer_coverage_fuchsia.cc138 internal_getpid()); in Setup()
H A Dsanitizer_coverage_libcdep_new.cc42 common_flags()->coverage_dir, name, internal_getpid(), in GetCoverageFilename()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cc151 if (inst && stoptheworld_tracer_pid == internal_getpid()) { in TracerThreadDieCallback()
262 stoptheworld_tracer_ppid = internal_getpid(); in ScopedSetTracerPID()
275 tracer_thread_argument.parent_pid = internal_getpid(); in StopTheWorld()
H A Dsanitizer_file.cc39 uptr pid = internal_getpid(); in ReopenIfNecessary()
210 report_file.fd_pid = internal_getpid(); in __sanitizer_set_report_fd()
H A Dsanitizer_stoptheworld_linux_libcdep.cc263 if (inst && stoptheworld_tracer_pid == internal_getpid()) { in TracerThreadDieCallback()
406 stoptheworld_tracer_ppid = internal_getpid(); in ScopedSetTracerPID()
420 tracer_thread_argument.parent_pid = internal_getpid(); in StopTheWorld()
H A Dsanitizer_libc.h71 uptr internal_getpid();
H A Dsanitizer_flags.cc53 int pid = internal_getpid(); in SubstituteForFlagValue()
H A Dsanitizer_coverage_fuchsia.cc138 internal_getpid()); in Setup()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_file.cc41 uptr pid = internal_getpid(); in ReopenIfNecessary()
212 report_file.fd_pid = internal_getpid(); in __sanitizer_set_report_fd()
H A Dsanitizer_stoptheworld_linux_libcdep.cc249 if (inst && stoptheworld_tracer_pid == internal_getpid()) { in TracerThreadDieCallback()
386 stoptheworld_tracer_ppid = internal_getpid(); in ScopedSetTracerPID()
400 tracer_thread_argument.parent_pid = internal_getpid(); in StopTheWorld()
H A Dsanitizer_libc.h73 uptr internal_getpid();
H A Dsanitizer_flags.cc55 int pid = internal_getpid(); in SubstituteForFlagValue()
H A Dsanitizer_coverage_fuchsia.cc141 internal_getpid()); in Setup()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_basic_logging.cc241 R.PId = internal_getpid(); in InMemoryRawLog()
289 R.PId = internal_getpid(); in InMemoryRawLogWithArg()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.cc164 filename.append("%s.%d", flags()->profile_memory, (int)internal_getpid()); in BackgroundThread()
395 (int)internal_getpid()); in Initialize()
413 (int)internal_getpid()); in Initialize()
504 " parent had %d threads\n", (int)internal_getpid(), (int)nthread); in ForkChildAfter()
H A Dtsan_suppressions.cc164 (int)internal_getpid()); in PrintMatchedSuppressions()
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl.cc162 filename.append("%s.%d", flags()->profile_memory, (int)internal_getpid()); in BackgroundThread()
391 (int)internal_getpid()); in Initialize()
409 (int)internal_getpid()); in Initialize()
500 " parent had %d threads\n", (int)internal_getpid(), (int)nthread); in ForkChildAfter()
H A Dtsan_suppressions.cc162 (int)internal_getpid()); in PrintMatchedSuppressions()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.cc162 filename.append("%s.%d", flags()->profile_memory, (int)internal_getpid()); in BackgroundThread()
391 (int)internal_getpid()); in Initialize()
409 (int)internal_getpid()); in Initialize()
500 " parent had %d threads\n", (int)internal_getpid(), (int)nthread); in ForkChildAfter()
H A Dtsan_suppressions.cc162 (int)internal_getpid()); in PrintMatchedSuppressions()

123