Package | Description |
---|---|
org.bytedeco.systems.global | |
org.bytedeco.systems.linux |
Modifier and Type | Method and Description |
---|---|
static int |
linux.adjtime(timeval __delta,
timeval __olddelta) |
static int |
linux.futimes(int __fd,
timeval __tvp) |
static int |
linux.futimesat(int __fd,
BytePointer __file,
timeval __tvp) |
static int |
linux.futimesat(int __fd,
String __file,
timeval __tvp) |
static int |
linux.gettimeofday(timeval __tv,
timezone __tz) |
static int |
linux.lutimes(BytePointer __file,
timeval __tvp) |
static int |
linux.lutimes(String __file,
timeval __tvp) |
static int |
linux.settimeofday(timeval __tv,
timezone __tz) |
static int |
linux.utimes(BytePointer __file,
timeval __tvp) |
static int |
linux.utimes(String __file,
timeval __tvp) |
Modifier and Type | Method and Description |
---|---|
timeval |
itimerval.it_interval() |
timeval |
itimerval.it_value() |
timeval |
timeval.position(long position) |
timeval |
rusage.ru_stime() |
timeval |
rusage.ru_utime() |
timeval |
timeval.tv_sec(long setter) |
timeval |
timeval.tv_usec(long setter) |
Modifier and Type | Method and Description |
---|---|
itimerval |
itimerval.it_interval(timeval setter) |
itimerval |
itimerval.it_value(timeval setter) |
rusage |
rusage.ru_stime(timeval setter) |
rusage |
rusage.ru_utime(timeval setter) |
Copyright © 2020. All rights reserved.