Lines Matching defs:retResult
50 int32_t retResult = socObj.EpollCreate(size);
51 ASSERT_LE(retResult, 0);
59 int32_t retResult = socObj.EpollCreate(size);
60 ASSERT_LE(retResult, 0);
70 int32_t retResult = socObj.EpollCtl(fd, op, event);
71 ASSERT_EQ(-1, retResult);
81 int32_t retResult = socObj.EpollCtl(fd, op, event);
82 ASSERT_EQ(-1, retResult);
92 int32_t retResult = socObj.EpollCtl(fd, op, event);
93 ASSERT_EQ(-1, retResult);
102 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout);
103 ASSERT_EQ(-1, retResult);
112 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout);
113 ASSERT_EQ(-1, retResult);
122 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout);
123 ASSERT_EQ(-1, retResult);
132 int32_t retResult = socObj.EpollWait(*events, MAX_EVENT_SIZE, timeout);
133 ASSERT_EQ(-1, retResult);