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