Searched refs:poll_status (Results 1 – 2 of 2) sorted by relevance
113 int poll_status = poll(event_table, eventNum, -1); in I2cWorkerThread() local115 if (-1 == poll_status) { in I2cWorkerThread()116 poll_status = errno; in I2cWorkerThread()117 STLOG_HAL_E("error in poll call : %d - %s\n", poll_status, in I2cWorkerThread()118 strerror(poll_status)); in I2cWorkerThread()119 if ((poll_status == EINTR) || (poll_status == EAGAIN)) continue; in I2cWorkerThread()
97 int poll_status = poll(event_table, 2, -1); in I2cWorkerThread() local99 if (-1 == poll_status) { in I2cWorkerThread()