Searched refs:TIMED_OUT (Results 1 – 5 of 5) sorted by relevance
65 TIMED_OUT = -ETIMEDOUT, enumerator71 TIMED_OUT = (UNKNOWN_ERROR + 5),
818 if (status != android::TIMED_OUT && status != android::NO_ERROR) { in writeBlocking()823 if (status == android::TIMED_OUT) { in writeBlocking()940 if (status != android::TIMED_OUT && status != android::NO_ERROR) { in readBlocking()945 if (status == android::TIMED_OUT) { in readBlocking()
45 STATUS_TO_STRING_PAIR(TIMED_OUT), in statusToString()
553 … if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) { in joinThreadPool()561 if(result == TIMED_OUT && !isMain) { in joinThreadPool()1238 result = TIMED_OUT; in executeCommand()
158 ASSERT_NE(android::TIMED_OUT, ret); in ReaderThreadBlocking()294 EXPECT_EQ(android::TIMED_OUT, ret); in TEST_F()