_WaitFor
status_t _WaitFor(int flags, bigtime_t timeout) const;
return _WaitFor(POLLIN, timeout);
return _WaitFor(POLLOUT, timeout);