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.TimespecKQSelector. ZERO_TIMESPECMethods in jnr.enxio.channels with parameters of type Native.Timespec Modifier and Type Method Description intNative.LibC. kevent(int kq, java.nio.ByteBuffer changebuf, int nchanges, java.nio.ByteBuffer eventbuf, int nevents, Native.Timespec timeout)intNative.LibC. kevent(int kq, jnr.ffi.Pointer changebuf, int nchanges, jnr.ffi.Pointer eventbuf, int nevents, Native.Timespec timeout)intWinLibCAdapter. kevent(int kq, java.nio.ByteBuffer changebuf, int nchanges, java.nio.ByteBuffer eventbuf, int nevents, Native.Timespec timeout)intWinLibCAdapter. kevent(int kq, jnr.ffi.Pointer changebuf, int nchanges, jnr.ffi.Pointer eventbuf, int nevents, Native.Timespec timeout)
-