public interface LibC
extends com.sun.jna.platform.unix.LibC
| Modifier and Type | Interface and Description |
|---|---|
static class |
LibC.FDSet |
static class |
LibC.PollFD |
static class |
LibC.TimeVal |
| Modifier and Type | Field and Description |
|---|---|
static LibC |
INSTANCE |
static int |
O_NONBLOCK
Open in nonblocking mode.
|
static int |
O_RDONLY
Open for reading only.
|
static short |
POLLERR
Error condition.
|
static short |
POLLPRI
There is urgent data to read.
|
RB_AUTOBOOT, RB_DISABLE_CAD, RB_ENABLE_CAD, RB_HALT_SYSTEM, RB_KEXEC, RB_POWER_OFF, RB_SW_SUSPENDRLIMIT_AS, RLIMIT_CORE, RLIMIT_CPU, RLIMIT_DATA, RLIMIT_FSIZE, RLIMIT_LOCKS, RLIMIT_MEMLOCK, RLIMIT_MSGQUEUE, RLIMIT_NICE, RLIMIT_NLIMITS, RLIMIT_NOFILE, RLIMIT_NPROC, RLIMIT_RSS, RLIMIT_RTPRIO, RLIMIT_RTTIME, RLIMIT_SIGPENDING, RLIMIT_STACK| Modifier and Type | Method and Description |
|---|---|
int |
close(int fd) |
int |
getpid() |
int |
open(String path,
int oflag) |
int |
poll(LibC.PollFD[] fds,
int nfds,
int timeout) |
int |
select(int n,
LibC.FDSet read,
LibC.FDSet write,
LibC.FDSet error,
LibC.TimeVal timeout) |
static final LibC INSTANCE
static final int O_RDONLY
static final int O_NONBLOCK
static final short POLLPRI
static final short POLLERR
int getpid()
int open(String path, int oflag)
int close(int fd)
int select(int n,
LibC.FDSet read,
LibC.FDSet write,
LibC.FDSet error,
LibC.TimeVal timeout)
int poll(LibC.PollFD[] fds, int nfds, int timeout)
Copyright © 2019. All rights reserved.