| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api |
| Modifier and Type | Method and Description |
|---|---|
void |
LinuxNativeUtil.link(String target,
String linkpath)
Creates a hard link pointing to target.
|
void |
LinuxNativeUtil.mkfifo(String name,
int mode) |
long |
LinuxNativeUtil.mmap(int fd,
long length,
int flags,
boolean read,
boolean write,
long offset)
Maps a file descriptor into memory.
|
int |
LinuxNativeUtil.open(String path,
int flags)
returns the fd
|
int |
LinuxNativeUtil.open(String path,
int flags,
int mode)
returns the fd
|
void |
LinuxNativeUtil.pthread_mutex_init(long mutex,
long attributes) |
long |
LinuxNativeUtil.sem_open(String name,
int oflags) |
long |
LinuxNativeUtil.sem_open(String name,
int oflags,
int mode,
int value) |
int |
LinuxNativeUtil.shm_open(String name,
int oflag,
int mode) |
int |
LinuxNativeUtil.socket(int domain,
int type,
int protocol)
See man socket for information on the parameters.
|
Copyright © 2023. All rights reserved.