Searched refs:wait_res (Results 1 – 1 of 1) sorted by relevance
247 int wait_res = PERFETTO_EINTR(waitpid(pid, &pid_stat, 0)); in Start() local248 PERFETTO_CHECK(wait_res == pid); in Start()