Searched refs:fcntl_ret (Results 1 – 1 of 1) sorted by relevance
189 const int fcntl_ret = fcntl(fds[0], F_SETFL, O_NONBLOCK); in RunTestInProcess() local190 ASSERT_EQ(0, fcntl_ret); in RunTestInProcess()