Uses of Class
jnr.posix.Timeval
-
Packages that use Timeval Package Description jnr.posix -
-
Uses of Timeval in jnr.posix
Subclasses of Timeval in jnr.posix Modifier and Type Class Description classAixTimevalclassDefaultNativeTimevalclassOpenBSDTimevalMethods in jnr.posix that return Timeval Modifier and Type Method Description TimevalBaseNativePOSIX. allocateTimeval()TimevalPOSIX. allocateTimeval()TimevalWindowsPOSIX. allocateTimeval()Methods in jnr.posix with parameters of type Timeval Modifier and Type Method Description intLibC. futimes(int fd, Timeval[] times)intBaseNativePOSIX. gettimeofday(Timeval tv)intLibC. gettimeofday(Timeval tv, long alwaysNull)intPOSIX. gettimeofday(Timeval tv)intWindowsPOSIX. gettimeofday(Timeval tv)intLibC. lutimes(CharSequence path, Timeval[] times)intLibC. utimes(CharSequence path, Timeval[] times)
-