Uses of Class
de.ibapl.jnhw.linux.sys.Eventfd.eventfd_t
-
Packages that use Eventfd.eventfd_t Package Description de.ibapl.jnhw.linux.sys Very thin and safe wrapper classes around common used headers on a Linux system. -
-
Uses of Eventfd.eventfd_t in de.ibapl.jnhw.linux.sys
Methods in de.ibapl.jnhw.linux.sys with annotations of type Eventfd.eventfd_t Modifier and Type Method Description static longEventfd. eventfd_read(int fd)Additional glibc feature to make read from an eventfd simpler.Method parameters in de.ibapl.jnhw.linux.sys with annotations of type Eventfd.eventfd_t Modifier and Type Method Description static voidEventfd. eventfd_write(int fd, long value)Additional glibc feature to make write to an eventfd simpler.
-