Package | Description |
---|---|
org.bytedeco.systems.global | |
org.bytedeco.systems.linux |
Modifier and Type | Method and Description |
---|---|
static int |
linux.futimens(int __fd,
timespec __times) |
static int |
linux.ppoll(pollfd __fds,
long __nfds,
timespec __timeout,
sigset_t __ss) |
static int |
linux.recvmmsg(int __fd,
mmsghdr __vmessages,
int __vlen,
int __flags,
timespec __tmo) |
static int |
linux.sched_rr_get_interval(int __pid,
timespec __t) |
static int |
linux.utimensat(int __fd,
BytePointer __path,
timespec __times,
int __flags) |
static int |
linux.utimensat(int __fd,
String __path,
timespec __times,
int __flags) |
Modifier and Type | Method and Description |
---|---|
timespec |
timespec.position(long position) |
timespec |
stat64.st_atim() |
timespec |
stat.st_atim() |
timespec |
stat64.st_ctim() |
timespec |
stat.st_ctim() |
timespec |
stat64.st_mtim() |
timespec |
stat.st_mtim() |
timespec |
timespec.tv_nsec(long setter) |
timespec |
timespec.tv_sec(long setter) |
Modifier and Type | Method and Description |
---|---|
stat64 |
stat64.st_atim(timespec setter) |
stat |
stat.st_atim(timespec setter) |
stat64 |
stat64.st_ctim(timespec setter) |
stat |
stat.st_ctim(timespec setter) |
stat64 |
stat64.st_mtim(timespec setter) |
stat |
stat.st_mtim(timespec setter) |
Copyright © 2020. All rights reserved.