| Package | Description |
|---|---|
| jnr.posix |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNativeTimeval |
class |
OpenBSDTimeval |
| Modifier and Type | Method and Description |
|---|---|
Timeval |
POSIX.allocateTimeval() |
Timeval |
WindowsPOSIX.allocateTimeval() |
Timeval |
BaseNativePOSIX.allocateTimeval() |
| Modifier and Type | Method and Description |
|---|---|
int |
LibC.futimes(int fd,
Timeval[] times) |
int |
POSIX.gettimeofday(Timeval tv) |
int |
WindowsPOSIX.gettimeofday(Timeval tv) |
int |
BaseNativePOSIX.gettimeofday(Timeval tv) |
int |
LibC.gettimeofday(Timeval tv,
long alwaysNull) |
int |
LibC.lutimes(java.lang.CharSequence path,
Timeval[] times) |
int |
LibC.utimes(java.lang.CharSequence path,
Timeval[] times) |
Copyright © 2019. All Rights Reserved.