Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.useconds_t
-
Packages that use useconds_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of useconds_t in de.ibapl.jnhw.posix
Method parameters in de.ibapl.jnhw.posix with annotations of type useconds_t Modifier and Type Method Description static voidUnistd. usleep(int usleep)LINUX,APPLE,BSD: usleep - suspend execution for an interval.
-