Searched refs:tracer_pid (Results 1 – 1 of 1) sorted by relevance
290 pid_t tracer_pid = clone(TracerThread, in StopTheWorld() local294 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()