Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux.cc290 pid_t tracer_pid = clone(TracerThread, in StopTheWorld() local
294 if (tracer_pid < 0) { in StopTheWorld()
301 internal_prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in StopTheWorld()
309 int waitpid_status = internal_waitpid(tracer_pid, NULL, __WALL); in StopTheWorld()