public interface Libc
extends com.sun.jna.Library
| Modifier and Type | Method and Description | 
|---|---|
int | 
getpid()  | 
int | 
sched_setaffinity(int pid,
                 int cpusetsize,
                 cpu_set_t cpuset)  | 
int | 
syscall(int number,
       java.lang.Object... args)  |