Home
last modified time | relevance | path

Searched refs:tracer_pid (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc357 explicit ScopedSetTracerPID(uptr tracer_pid) { in ScopedSetTracerPID()
358 stoptheworld_tracer_pid = tracer_pid; in ScopedSetTracerPID()
404 uptr tracer_pid = internal_clone( in StopTheWorld() local
411 if (internal_iserror(tracer_pid, &local_errno)) { in StopTheWorld()
415 ScopedSetTracerPID scoped_set_tracer_pid(tracer_pid); in StopTheWorld()
419 internal_prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in StopTheWorld()
435 uptr waitpid_status = internal_waitpid(tracer_pid, NULL, __WALL); in StopTheWorld()
/external/kernel-headers/original/uapi/linux/
Dcn_proc.h105 __kernel_pid_t tracer_pid; member