Searched refs:tracer_pid (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp384 explicit ScopedSetTracerPID(uptr tracer_pid) { argument
385 stoptheworld_tracer_pid = tracer_pid;
431 uptr tracer_pid = internal_clone( local
438 if (internal_iserror(tracer_pid, &local_errno)) {
442 ScopedSetTracerPID scoped_set_tracer_pid(tracer_pid);
445 internal_prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0);
460 uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL);
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp260 explicit ScopedSetTracerPID(uptr tracer_pid) { argument
261 stoptheworld_tracer_pid = tracer_pid;
287 uptr tracer_pid = internal_clone(TracerThread, tracer_stack.Bottom(), local
292 if (internal_iserror(tracer_pid, &local_errno)) {
296 ScopedSetTracerPID scoped_set_tracer_pid(tracer_pid);
304 uptr waitpid_status = internal_waitpid(tracer_pid, nullptr, __WALL);

Completed in 246 milliseconds