Uses of Class
jtermios.TimeVal
-
Packages that use TimeVal Package Description jtermios jtermios.freebsd jtermios.linux jtermios.macosx jtermios.openbsd jtermios.solaris jtermios.windows -
-
Uses of TimeVal in jtermios
Methods in jtermios with parameters of type TimeVal Modifier and Type Method Description intJTermios.JTermiosInterface. select(int n, JTermios.FDSet read, JTermios.FDSet write, JTermios.FDSet error, TimeVal timeout)static intJTermios. select(int n, JTermios.FDSet read, JTermios.FDSet write, JTermios.FDSet error, TimeVal timeout)Unlike Linux select this does not modify 'timeout' so it can be re-used. -
Uses of TimeVal in jtermios.freebsd
Methods in jtermios.freebsd with parameters of type TimeVal Modifier and Type Method Description intJTermiosImpl. select(int nfds, JTermios.FDSet rfds, JTermios.FDSet wfds, JTermios.FDSet efds, TimeVal timeout)Constructors in jtermios.freebsd with parameters of type TimeVal Constructor Description timeval(TimeVal timeout) -
Uses of TimeVal in jtermios.linux
Methods in jtermios.linux with parameters of type TimeVal Modifier and Type Method Description intJTermiosImpl. select(int nfds, JTermios.FDSet rfds, JTermios.FDSet wfds, JTermios.FDSet efds, TimeVal timeout)Constructors in jtermios.linux with parameters of type TimeVal Constructor Description timeval(TimeVal timeout) -
Uses of TimeVal in jtermios.macosx
Methods in jtermios.macosx with parameters of type TimeVal Modifier and Type Method Description intJTermiosImpl. select(int nfds, JTermios.FDSet rfds, JTermios.FDSet wfds, JTermios.FDSet efds, TimeVal timeout)Constructors in jtermios.macosx with parameters of type TimeVal Constructor Description timeval(TimeVal timeout) -
Uses of TimeVal in jtermios.openbsd
Methods in jtermios.openbsd with parameters of type TimeVal Modifier and Type Method Description intJTermiosImpl. select(int nfds, JTermios.FDSet rfds, JTermios.FDSet wfds, JTermios.FDSet efds, TimeVal timeout)Constructors in jtermios.openbsd with parameters of type TimeVal Constructor Description timeval(TimeVal timeout) -
Uses of TimeVal in jtermios.solaris
Methods in jtermios.solaris with parameters of type TimeVal Modifier and Type Method Description intJTermiosImpl. select(int nfds, JTermios.FDSet rfds, JTermios.FDSet wfds, JTermios.FDSet efds, TimeVal timeout)Constructors in jtermios.solaris with parameters of type TimeVal Constructor Description timeval(TimeVal timeout) -
Uses of TimeVal in jtermios.windows
Methods in jtermios.windows with parameters of type TimeVal Modifier and Type Method Description intJTermiosImpl. select(int n, JTermios.FDSet readfds, JTermios.FDSet writefds, JTermios.FDSet exceptfds, TimeVal timeout)
-