Uses of Class
jnr.enxio.channels.Native.Timespec
-
-
Uses of Native.Timespec in jnr.enxio.channels
Fields in jnr.enxio.channels declared as Native.Timespec Modifier and Type Field Description private Native.Timespec
KQSelector. ZERO_TIMESPEC
Methods in jnr.enxio.channels with parameters of type Native.Timespec Modifier and Type Method Description int
Native.LibC. kevent(int kq, java.nio.ByteBuffer changebuf, int nchanges, java.nio.ByteBuffer eventbuf, int nevents, Native.Timespec timeout)
int
Native.LibC. kevent(int kq, jnr.ffi.Pointer changebuf, int nchanges, jnr.ffi.Pointer eventbuf, int nevents, Native.Timespec timeout)
int
WinLibCAdapter. kevent(int kq, java.nio.ByteBuffer changebuf, int nchanges, java.nio.ByteBuffer eventbuf, int nevents, Native.Timespec timeout)
int
WinLibCAdapter. kevent(int kq, jnr.ffi.Pointer changebuf, int nchanges, jnr.ffi.Pointer eventbuf, int nevents, Native.Timespec timeout)
-