39#ifdef OPENMRN_FEATURE_DEVTAB
41#include <sys/select.h>
56void DeviceBufferBase::block_until_condition(
File *file,
bool read)
63 ::select(fd + 1, read ? &fds : NULL, read ? NULL : &fds, NULL, NULL);
int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)
POSIX select().
static int fd_lookup(File *file)
Looks up a file descriptor corresponding to a given File reference.