Searched refs:wait_res (Results 1 – 3 of 3) sorted by relevance
292 auto wait_res = in Wait() local294 PERFETTO_CHECK(wait_res != WAIT_FAILED); in Wait()
254 int wait_res = PERFETTO_EINTR(wait4(pid, &pid_stat, 0, &usg)); in Start() local255 PERFETTO_CHECK(wait_res == pid); in Start()
4784 bool wait_res = true; in TEST_P() local4788 WAIT_(DtlsConnected(), kDefaultTimeout, wait_res); in TEST_P()4789 ASSERT_FALSE(wait_res); in TEST_P()